From 886e0b60c7e4d0f9c97d2588008a3c06f9b27c4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 14:44:19 +0200 Subject: [PATCH] Margin on H2 + P --- app/static/src/sass/global/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.5