From 8fd3c956843c827beef89e74d15f6a6a35fa63bd Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 12:15:02 +0100 Subject: [PATCH] Remove border and margin from feature__wrapper Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index dc665a9..1eb65df 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -41,6 +41,11 @@ body { margin-bottom: auto; } +.feature__wrapper { + border-bottom: unset; + margin-bottom: unset; +} + .feature__item { background-color: #eee; height: 13em;