mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-28 22:49:33 -04:00
Add buffer btwn content and footer on some pages
This commit is contained in:
parent
268b8efbac
commit
8a9b3a19a2
5 changed files with 21 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue