From 8545d50b89115a28fdc8cf4c86dce815cf3928db Mon Sep 17 00:00:00 2001 From: gr00tie Date: Wed, 15 Nov 2023 22:01:57 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 1 + 1 file changed, 1 insertion(+) 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; }