mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add buffer btwn content and footer on some pages
This commit is contained in:
parent
faac8e43b5
commit
4636f0af00
5 changed files with 22 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue