Add buffer btwn content and footer on some pages

This commit is contained in:
syeopite 2021-05-03 22:34:37 -07:00
parent 268b8efbac
commit 8a9b3a19a2
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
5 changed files with 21 additions and 5 deletions

View file

@ -590,3 +590,13 @@ hr {
#content-navigation {
margin-bottom: 0.5em;
}
#footer_buffer {
margin-top: 50vh;
}
@media screen and (max-width: 450px) {
#footer_buffer {
display: none;
}
}