summaryrefslogtreecommitdiff
path: root/commun.css
blob: 663b461dc340d312f44994dee8a6410ca933e905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nav ol {
    display: flex;
    padding-left: 0;
    text-align: center;
    list-style-type: none;
}

nav ol li {
    flex: 1;
}

footer {
    margin: auto;
}