summaryrefslogtreecommitdiff
path: root/commun.css
blob: ac842899c5253886f33f1765009eda2fb1abaf87 (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
header {
    display: flex;
    width: 100%;
}

header img {
    height: 3em;
    margin: auto;
}

nav {
    flex: 1;
}

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

nav ol li {
    flex: 1;
}

footer {
    margin: auto;
}