Update styles.css

This commit is contained in:
gr00tie 2023-11-15 22:01:57 +01:00 committed by GitHub
parent 3d81a1e06c
commit efcec8e389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ header .banner {
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 */
width: auto; /* Adjusts the width to maintain the aspect ratio */ width: auto; /* Adjusts the width to maintain the aspect ratio */
border-radius: 10px;
} }