summaryrefslogtreecommitdiff
path: root/commun.css
blob: 6f83f215a4463b7facf69b0f350010ab2de81f01 (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
header {
    display: flex;
    align-items: center;
}

header .brand {
    display: flex;
    align-items: center;
    max-width: 40%;
}

.brand img {
    height: 3em;
}

nav {
    flex: 1;
}

nav ol {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    text-align: center;
    list-style-type: none;
}

nav ol li {
    flex: 1;
}

footer {
    margin: auto;
}