aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: fb82ad242e712a2534e732bf050260943ba05d7c (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
html {
    font-family: Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

body {
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
}

.links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.links img {
    width: 40px;
    height: auto;
    margin: 0 20px;
}