aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/style2.css
blob: b88278cc35b0edb6f8463afc51bf6ef68cb66d13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
:root {
    --page-max-width: 710px;
}



body {
    padding: 0;
    padding-left: 1rem;
}

main {
    max-width: var(--page-max-width);
    margin: auto;
}

.copyright {
    margin: auto;
    max-width: var(--page-max-width);
}