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