From 596a17a0c600ef14ece80463cab4828d111c72d6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 9 Apr 2025 16:43:49 -0700 Subject: [PATCH] banner adjustments --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index ba78746..eba6de2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -104,7 +104,7 @@ header { display: flex; justify-content: space-between; align-items: center; - padding: 0.75rem 0; + padding: 1rem 0; direction: ltr !important; } @@ -163,14 +163,14 @@ header { /* Page banner */ .page-banner { - height: 40vh; + height: 30vh; min-height: 300px; display: flex; align-items: center; justify-content: center; color: white; text-align: center; - margin-top: 60px; + margin-top: 40px; } .page-banner h1 {