From 2b91acb409411529caad8fcb260958d55e3bc28d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 10:28:59 +0100 Subject: [PATCH] Update h3 style --- app/static/src/sass/config/_variables.scss | 4 ++-- app/static/src/sass/global/_typography.scss | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/static/src/sass/config/_variables.scss b/app/static/src/sass/config/_variables.scss index 6e66a6c0..3fb86468 100755 --- a/app/static/src/sass/config/_variables.scss +++ b/app/static/src/sass/config/_variables.scss @@ -99,9 +99,9 @@ $typestyles: ( weight: regular ), heading-3: ( - font-size: l, + font-size: m, line-height: 1.5, - weight: regular + weight: bold ) ); diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 4f200b47..3ab4c995 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -67,11 +67,17 @@ p + h2 { h3 { @include typeset(heading-3); - @include typeface(sans-serif); + @include typeface(serif); @include margin-bottom(1); @include margin-top(1); } +p + h3 { + + @include margin-top(2); + +} + .page__content ul, .page__block ul { font-weight: weight(light); @include line-height(1.25); -- 2.39.5