From: MatthewOwens <matthew@owens.tech>
Date: Tue, 21 Jul 2020 11:57:07 +0000 (+0100)
Subject: added padding to header
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=abc14450642681d5bc6f4bd4da15a4717724d428;p=website.git

added padding to header
---

diff --git a/style.css b/style.css
index fde1a90..daf2d1a 100644
--- a/style.css
+++ b/style.css
@@ -38,6 +38,7 @@ a:hover {
 header {
 	color: #aaa;
 	text-align:center;
+	padding:1em;
 }
 
 header h1 {
@@ -47,7 +48,7 @@ header h1 {
 .nav{
     padding-left:0;
     margin-bottom:0;
-    list-style:outside none none
+    list-style:outside none none;
     text-align:center;
 }
 .nav::after{