From b5160789cd1d6955936ba7d4ea2df012fce16458 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 1 Nov 2022 08:45:39 +0000 Subject: [PATCH] Remove extra margin from hero buttons --- static/src/scss/_hero.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 4e04a0c..8bc1d92 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -103,6 +103,10 @@ section.hero { margin-bottom: 0.25rem; } + .hero-buttons .button { + margin-right: 0 !important; + } + @include mobile { .hero-buttons { display: none;