From: Jérémy Fabre Date: Tue, 14 Feb 2017 09:28:59 +0000 (+0100) Subject: Update h3 style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b91acb409411529caad8fcb260958d55e3bc28d;p=mezzo.git Update h3 style --- 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);