From: Jérémy Fabre Date: Fri, 23 Sep 2016 12:44:19 +0000 (+0200) Subject: Margin on H2 + P X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=886e0b60c7e4d0f9c97d2588008a3c06f9b27c4f;p=mezzo.git Margin on H2 + P --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 91a88ffa..fe17f96f 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -39,6 +39,12 @@ h2 { } } +p + h2 { + + @include margin-top(2); + +} + h3 { @include typeset(heading-3); @include typeface(sans-serif);