This commit is contained in:
thijs 2023-11-03 16:58:41 +01:00
parent db53dfae91
commit 5fc261c3c5

View file

@ -52,7 +52,7 @@ nav a:active {
header .banner { header .banner {
max-width: 100%; /* Ensures the image is never larger than its container */ 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 */ display: block; /* Prevents inline default spacing */
margin: 0 auto; /* Centers the image within the header */ margin: 0 auto; /* Centers the image within the header */
} }