]> git.parisson.com Git - mezzo.git/commitdiff
Remove padding from h3 if it's not in a page block
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 17:03:07 +0000 (18:03 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 17:03:07 +0000 (18:03 +0100)
app/static/src/sass/global/_typography.scss

index 7f946e1454e63ee17b721f29b5232b3c4b70c8c4..710d28873110a7897d0e3c064e870a48575e1e9a 100755 (executable)
@@ -74,6 +74,9 @@ h3 {
        .page__content &, .page__block & {
                text-transform: uppercase;
                line-height: 2rem;
+       }
+
+       .page__block & {
                @include padding(0 5);
        }