From e2c38431754cb497185ee3d33847056cfe907abd Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 14 Aug 2018 11:32:49 -0400 Subject: [PATCH] apply margin correctly --- styles/components/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_forms.scss b/styles/components/_forms.scss index 62c2200d..0a6d0f76 100644 --- a/styles/components/_forms.scss +++ b/styles/components/_forms.scss @@ -69,7 +69,7 @@ } } - h1, h2, h3, h4, h5, h6, legend { + > h1, > h2, > h3, > h4, > h5, > h6, > legend { @include h3; margin: ($gap * 4) 0;