aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
blob: a8eea226b605ba1676d9ca3e274c91bf3c6f9e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
    margin: 0;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
    display: block;
    max-width:230px;
    max-height:75px;
}

.content {
    padding: 15px;
}

.title {
    margin: 0 auto;
    display: flex;
    max-width: 120ch;
}

.description {
    margin-top: -1rem;
    max-width: 100ch;
}

.title .logo {
    padding: 15px;
    flex-shrink: 0;
}