From abc14450642681d5bc6f4bd4da15a4717724d428 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Tue, 21 Jul 2020 12:57:07 +0100 Subject: [PATCH] added padding to header --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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{ -- 2.20.1