From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 20:44:36 +0000 (+0100)
Subject: margins
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=9e8fc5ca14104d744b6ad9186c26dfd8ac77e4d3;p=website.git

margins
---

diff --git a/style.css b/style.css
index 8c2e0b3..5139b6b 100644
--- 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{