summaryrefslogtreecommitdiffstats
path: root/assets/css/empty.css
blob: 6ad1515d190688ec3546426a4bef5bf3574eb830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
    }
}