Add styling to search bar on empty home page

This commit is contained in:
syeopite
2021-04-04 00:48:14 -07:00
parent e1af3d9bf3
commit 555108c7fd
3 changed files with 20 additions and 9 deletions

10
assets/css/empty.css Normal file
View File

@@ -0,0 +1,10 @@
#search-widget {
text-align: center;
margin: 50px auto;
}
#logo > h1 {
font-size: 3.5em;
padding-bottom: 0;
margin-bottom: 0;
}