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