From 7ea6b8b5a8bd00cc4299a88008214d58b08bee23 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Jun 2022 15:21:25 +0100 Subject: [PATCH] Add a bit of spacing under content detail on hero The `.control`is what defines the padding now --- 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 72de3ad..38b838e 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -62,6 +62,6 @@ section.hero { .content-details { font-size: 90%; - margin-bottom: 0.5rem; + margin-bottom: 0 !important; } }