]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Adjust indentation of local.css
[cworth.org] / src / local.css
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..a9c6d459aabd5e095cfdb14a7891db1ea186e9ac 100644 (file)
@@ -1,3 +1,19 @@
 /* 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%;
+}
+
+#footer {
+    font-size: 80%;
+}
+
+h2,h3,h4,h5,h6 {
+    margin-left: -4%;
+}