margins
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:44:36 +0000 (21:44 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 20:44:36 +0000 (21:44 +0100)
style.css

index 8c2e0b3..5139b6b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -4,7 +4,8 @@ body {
        background-color: #1c1c1c;
        color: #aaaaaa;
        overflow-y:scroll;
-       margin-right:.4em;
+       margin:.4em;
+       width:80%;
 }
 
 a {
@@ -19,6 +20,7 @@ header {
        background-color: #2d2d2d;
        color: #000;
        text-align:center;
+       margin:auto;
 }
 
 .nav{