From 19c4944f794bf33da4b88787112c473b3cc3b1bb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 19 Jun 2022 16:29:59 +0100 Subject: [PATCH] Fix hero width --- static/src/scss/_hero.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 24775cf..99f5a5c 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -49,6 +49,6 @@ section.hero { } .column { - padding: unset; + padding-bottom: unset; } }