X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Flocal.css;h=4e0f15ef1654aec325e40e1444bca1620f4494e8;hb=84339ea9fe89610693ef0e36ca13e8eaaaf14a65;hp=a0dec8cfded7ef7d8bf6dfd49f996444ded08e78;hpb=779c9d3a7acd92d8531b8abca08c8d34d46ab7df;p=cworth.org diff --git a/src/local.css b/src/local.css index a0dec8c..4e0f15e 100644 --- a/src/local.css +++ b/src/local.css @@ -1,3 +1,15 @@ /* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ +body { + margin-left: 10%; + margin-right: 10%; +} + +h1, .header, #footer { + margin-left: -8%; +} + +h2,h3,h4,h5,h6 { + margin-left: -4%; +}