css/empty.css を追加

This commit is contained in:
yuzu02 2025-02-24 10:42:02 -03:00
parent 7ed7f7e3d9
commit a3400b9ac8

16
css/empty.css Normal file
View file

@ -0,0 +1,16 @@
#search-widget {
text-align: center;
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 {
font-size: 10vmin;
}
}