added padding to header
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 11:57:07 +0000 (12:57 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 11:57:07 +0000 (12:57 +0100)
style.css

index fde1a90..daf2d1a 100644 (file)
--- 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{