From 9b9079c1cb593cadd81b9083a53491868df260ec Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 1 Mar 2023 21:32:35 +0100 Subject: [PATCH] Fix facts item centering --- sass/style.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 62404f1..5d76cb8 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -757,13 +757,13 @@ footer { flex-direction: row; justify-content: center; align-items: stretch; - gap: 3rem; + gap: 0; .item { border-right: 1px solid $col-secondary; justify-content: center; - padding: 0 3rem 0 0; - max-width: 16rem; + padding: 0 3rem; + max-width: 17rem; &:after { display: none; @@ -771,7 +771,6 @@ footer { &:last-child { border: none; - padding: 0; } } }