diff --git a/includes/styles.css b/includes/styles.css index fcad3c8..cf20ef3 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -62,6 +62,7 @@ header .banner { 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 */ + border-radius: 10px; }