Update styles.css

This commit is contained in:
gr00tie 2023-11-15 22:01:57 +01:00 committed by GitHub
parent 3af0a6fbbf
commit 8545d50b89

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;
} }