summaryrefslogtreecommitdiff
path: root/commun.css
blob: 1a6b7515b72f0c21a5505143f34fbe357937d543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
    background: #eee;
    padding-left: 10%;
    padding-right: 10%;
}

nav ol {
    display: flex;
    list-style-type: none;
}

nav ol li {
    flex: 1;
}