mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add styling to search bar on empty home page
This commit is contained in:
parent
e1af3d9bf3
commit
555108c7fd
3 changed files with 20 additions and 9 deletions
10
assets/css/empty.css
Normal file
10
assets/css/empty.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue