]> git.cworth.org Git - cworth.org/blob - src/local.css
Center the banner at the top of the page
[cworth.org] / src / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4 body {
5     margin-left: 10%;
6     margin-right: 10%;
7 }
8
9 h1, .header, #footer {
10     margin-left: -8%;
11 }
12
13 #logo {
14     text-align: center;
15 }
16
17 #footer {
18     font-size: 80%;
19 }
20
21 h2,h3,h4,h5,h6 {
22     margin-left: -4%;
23 }