From 80cbcfbb47bd9d633e01c2e3bb8866d62ed14d0c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 2 Oct 2022 17:37:50 +0100 Subject: [PATCH] Improve spacing around subtitle in hero --- static/src/scss/_hero.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index b2468dd..7625e0e 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -80,12 +80,12 @@ section.hero { } .subtitle { - margin-bottom: 0.5rem; + margin-bottom: 1rem; font-weight: 300; } .title { - margin-bottom: 1.25rem; + margin-bottom: 0.75rem; font-weight: 300; font-size: 3.5rem; }