]> git.cworth.org Git - cworth.org/blob - src/local.css
Add some CSS lovin' to get some left and right margins
[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 h2,h3,h4,h5,h6 {
14   margin-left: -4%;
15 }