]> git.parisson.com Git - mezzo.git/commitdiff
Update h3 style
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 09:28:59 +0000 (10:28 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 09:28:59 +0000 (10:28 +0100)
app/static/src/sass/config/_variables.scss
app/static/src/sass/global/_typography.scss

index 6e66a6c06c39f349aa83860af0270265d69a8c33..3fb86468e9276e7d2919cd4148b023ae4f417c55 100755 (executable)
@@ -99,9 +99,9 @@ $typestyles: (
                weight: regular
        ),
        heading-3: (
-               font-size: l,
+               font-size: m,
                line-height: 1.5,
-               weight: regular
+               weight: bold
        )
 );
 
index 4f200b470782d143653cd7414cc25a10371a9e1b..3ab4c995b73414d7681acb2f03456831e2b87356 100755 (executable)
@@ -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);