]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Center the banner at the top of the page
[cworth.org] / src / local.css
index 4e0f15ef1654aec325e40e1444bca1620f4494e8..fe3557085f7ca9c33d5f8a89be04d35f25179b6f 100644 (file)
@@ -2,14 +2,22 @@
 
 /* Add local styling here, instead of modifying style.css. */
 body {
-  margin-left: 10%;
-  margin-right: 10%;
+    margin-left: 10%;
+    margin-right: 10%;
 }
 
 h1, .header, #footer {
-  margin-left: -8%;
+    margin-left: -8%;
+}
+
+#logo {
+    text-align: center;
+}
+
+#footer {
+    font-size: 80%;
 }
 
 h2,h3,h4,h5,h6 {
-  margin-left: -4%;
+    margin-left: -4%;
 }