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
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;
}
}