Add buffer btwn content and footer on some pages

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

View file

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