From ea5d25ded24b9fbf96306dd79720510578e41b44 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 26 Jul 2024 00:36:31 -0400 Subject: [PATCH] styling changes --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index d206ca0..15e4736 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,8 @@ } nav { - padding: 1em; + padding-top: 10px; + padding-bottom: 10px; display: flex; justify-content: space-around; } @@ -20,8 +21,7 @@ header, footer { } header div h1 { - padding: 0.1em; - font-size: 3em; + font-size: 2.75em; display: inline; }