auto heigt

This commit is contained in:
Lanta 2023-11-03 21:40:39 +01:00
parent eb4d9b9f15
commit 8db63e3b24

View file

@ -85,6 +85,13 @@ footer {
display: block;
margin-right: 0;
}
header .banner {
max-width: 600px; /* Ensures the image is never larger than its container */
height: auto;
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 */
}
}
table {