From 9e8fc5ca14104d744b6ad9186c26dfd8ac77e4d3 Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 21:44:36 +0100
Subject: [PATCH] margins

---
 style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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{
-- 
2.20.1