From: Jérémy Fabre Date: Tue, 14 Feb 2017 17:03:07 +0000 (+0100) Subject: Remove padding from h3 if it's not in a page block X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b53a4f7d69e2ead463f8b716c65ea4c5937c60c2;p=mezzo.git Remove padding from h3 if it's not in a page block --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 7f946e14..710d2887 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -74,6 +74,9 @@ h3 { .page__content &, .page__block & { text-transform: uppercase; line-height: 2rem; + } + + .page__block & { @include padding(0 5); }