mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-13 22:00:33 +05:30
11 lines
149 B
CSS
11 lines
149 B
CSS
|
#search-widget {
|
||
|
text-align: center;
|
||
|
margin: 50px auto;
|
||
|
}
|
||
|
|
||
|
#logo > h1 {
|
||
|
font-size: 3.5em;
|
||
|
padding-bottom: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|