summaryrefslogtreecommitdiffstats
path: root/assets/css/empty.css
blob: 18012a7975f3b300a23c49442d5e63ad32e32c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#search-widget {
    text-align: center;
    margin: 100px auto 50px auto;
}

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