This commit is contained in:
thijs 2023-11-03 16:59:27 +01:00
parent ddb0493a0b
commit 16970239c2

View file

@ -52,10 +52,11 @@ nav a:active {
header .banner {
max-width: 100%; /* Ensures the image is never larger than its container */
height: 200; /* Maintains the aspect ratio */
max-height: 200px; /* Maximum height for the image */
display: block; /* Prevents inline default spacing */
margin: 0 auto; /* Centers the image within the header */
}
width: auto; /* Adjusts the width to maintain the aspect ratio */
}
header, main, footer {