]> 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 16:10:35 +0000 (17:10 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 16:10:35 +0000 (17:10 +0100)
app/static/src/sass/global/_typography.scss

index 3ab4c995b73414d7681acb2f03456831e2b87356..7f946e1454e63ee17b721f29b5232b3c4b70c8c4 100755 (executable)
@@ -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 {