css/empty.css を追加
This commit is contained in:
parent
7ed7f7e3d9
commit
a3400b9ac8
1 changed files with 16 additions and 0 deletions
16
css/empty.css
Normal file
16
css/empty.css
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#search-widget {
|
||||||
|
text-align: center;
|
||||||
|
margin: 20vh 0 50px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo>h1 {
|
||||||
|
font-size: 3.5em;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1500px) and (max-height: 1000px) {
|
||||||
|
#logo>h1 {
|
||||||
|
font-size: 10vmin;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue