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; }