Improve search widget margins

This commit is contained in:
syeopite 2021-04-05 20:42:04 -07:00
parent a8649f286c
commit e6e2d51b58
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#search-widget { #search-widget {
text-align: center; text-align: center;
margin: 100px auto 50px auto; margin: 20vh auto 50px auto;
} }
#logo > h1 { #logo > h1 {