mirror of
https://github.com/zrgn/zrgn.github.io
synced 2025-07-04 01:28:35 +00:00
Adding lots of stuff to make this an actual site driven by json data
This commit is contained in:
parent
61dd13262f
commit
4bf0b6bad0
23 changed files with 26326 additions and 15 deletions
30
_includes/style.html
Normal file
30
_includes/style.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<style>
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.page-wrap {
|
||||
min-height: 100%;
|
||||
/* equal to footer height */
|
||||
margin-bottom: -72px;
|
||||
}
|
||||
|
||||
.page-wrap:after {
|
||||
content: "";
|
||||
display: block;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 1.5rem !important;
|
||||
}
|
||||
|
||||
footer,
|
||||
.page-wrap:after {
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.ruleset {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue