Scale text logo on search engine like homepage

This commit is contained in:
syeopite 2021-04-04 01:44:35 -07:00
parent 555108c7fd
commit 47dfd4e681
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 9 additions and 3 deletions

View File

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