From 79b3d852e7cfcebacbaabcc83c256c2337e09ea6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 17:10:35 +0100 Subject: [PATCH] Update h3 style --- app/static/src/sass/global/_typography.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- 2.39.5