]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1)
[cworth.org] / src / local.css
index 4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c..219cfa88de9a8083abfbaf6db099be6d1d7aad20 100644 (file)
@@ -10,6 +10,11 @@ h1, .header, #footer {
     margin-left: -8%;
 }
 
+h1, .header {
+    font-family: sans-serif;
+    font-size: 150%;
+}
+
 #logo {
     text-align: center;
 }
@@ -27,6 +32,7 @@ h1, .header, #footer {
 
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
+    font-size: 125%;
 }
 
 .floatleft {