mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-13 20:28:41 +00:00
30 lines
No EOL
427 B
HTML
30 lines
No EOL
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> |