diff --git a/includes/styles.css b/includes/styles.css index 9d41f46..271caba 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -52,7 +52,7 @@ nav a:active { header .banner { max-width: 100%; /* Ensures the image is never larger than its container */ - height: auto; /* Maintains the aspect ratio */ + height: 200; /* Maintains the aspect ratio */ display: block; /* Prevents inline default spacing */ margin: 0 auto; /* Centers the image within the header */ }