invidious/assets/css/empty.css

17 lines
255 B
CSS
Raw Normal View History

#search-widget {
text-align: center;
2021-04-07 08:44:03 +00:00
margin: 20vh 0 50px 0;
}
#logo > h1 {
font-size: 3.5em;
margin: 0;
padding: 0;
}
@media screen and (max-width: 1500px) and (max-height: 1000px) {
#logo > h1 {
2021-04-05 00:17:59 +00:00
font-size: 10vmin;
}
}