mirror of https://github.com/iv-org/invidious.git
Reduce footer buffer height
This commit is contained in:
parent
1341f67e85
commit
5bcc25b2da
|
@ -878,7 +878,7 @@ h1, h2, h3, h4, h5, p,
|
|||
#logo > h1 { text-align: center; }
|
||||
|
||||
#footer_buffer {
|
||||
margin-top: 50vh;
|
||||
margin-top: 12.5vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 450px) {
|
||||
|
|
Loading…
Reference in New Issue