]> git.parisson.com Git - mezzo.git/commitdiff
Margin on H2 + P
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:44:19 +0000 (14:44 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:44:19 +0000 (14:44 +0200)
app/static/src/sass/global/_typography.scss

index 91a88ffa6aa8426dd36ef67d6d3e736d63422082..fe17f96fb36240b4d7da4a9dfa0fc951e3b9a7ce 100755 (executable)
@@ -39,6 +39,12 @@ h2 {
        }
 }
 
+p + h2 {
+
+       @include margin-top(2);
+
+}
+
 h3 {
     @include typeset(heading-3);
     @include typeface(sans-serif);