From 0eab6eb0e14911d603b9c47cef84580391642c30 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Thu, 26 Sep 2024 11:15:55 +0100 Subject: [PATCH] spacing updates --- public/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index dc9876b..e266599 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -246,7 +246,7 @@ hr { gap: 25px; margin-top: 50px; flex-wrap: wrap; - justify-content: space-between; + justify-content: space-around; align-items: center; } @@ -294,7 +294,7 @@ hr { color:#ffffff; font-weight: 400; flex-wrap: wrap; - justify-content: space-between; + justify-content: space-around; margin-top: 50px; margin-bottom: 50px; text-transform: uppercase; @@ -385,7 +385,7 @@ hr { align-items: stretch; row-gap: 100px; column-gap: 50px; - justify-content: space-between; + justify-content: space-around; padding-top: 0px; padding-bottom: 50px; }