From: Jérémy Fabre Date: Tue, 14 Feb 2017 16:10:35 +0000 (+0100) Subject: Update h3 style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=79b3d852e7cfcebacbaabcc83c256c2337e09ea6;p=mezzo.git Update h3 style --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 3ab4c995..7f946e14 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -70,6 +70,13 @@ h3 { @include typeface(serif); @include margin-bottom(1); @include margin-top(1); + + .page__content &, .page__block & { + text-transform: uppercase; + line-height: 2rem; + @include padding(0 5); + } + } p + h3 {