mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-12-27 09:06:34 +00:00
30 lines
427 B
HTML
30 lines
427 B
HTML
|
<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>
|