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;
|
||
|
}
|