From 5fc261c3c5cb5a8d8954419f97f0cc6bd65a4e7c Mon Sep 17 00:00:00 2001 From: thijs Date: Fri, 3 Nov 2023 16:58:41 +0100 Subject: [PATCH] 200px --- includes/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }