From 4aa2162196d2041fbd0297fb3d9b292a51088c98 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 17 Jun 2020 22:06:47 -0700 Subject: [PATCH] feat: Remove top margin from first header inside step --- src/components/Step.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Step.module.scss b/src/components/Step.module.scss index 1591bc1d6..4c6d999f8 100644 --- a/src/components/Step.module.scss +++ b/src/components/Step.module.scss @@ -19,7 +19,7 @@ h6:first-child { color: var(--color-neutrals-900); font-weight: bold; - margin-top: 0.5rem; + margin-top: 0; margin-bottom: 1rem; font-size: 1rem; }