invidious/assets/css/empty.css
2021-04-04 17:17:59 -07:00

17 lines
262 B
CSS

#search-widget {
text-align: center;
margin: 100px auto 50px auto;
}
#logo > h1 {
font-size: 3.5em;
margin: 0;
padding: 0;
}
@media screen and (max-width: 1500px) and (max-height: 1000px) {
#logo > h1 {
font-size: 10vmin;
}
}