summaryrefslogtreecommitdiff
path: root/style.css
blob: 3f70ca54c50c1b73fb3fce87d418a46961e43c6b (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
body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
    color: #404040;
}

h1, h2, h3 {
    line-height: 1.2;
}

#flex {
    display: flex;
}

main {
    order: 1;
}

img {
    width: 100%;
}

footer {
    text-align: center;
    padding: 30px 0;
}

nav {
    order: 2;
}