]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Shrink the footer fine print to 80% of regular font size
[cworth.org] / src / local.css
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..6369c551e4b2d9c2a6c1cbfc92ced1b5e9375be0 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%;
+}