From: Jérémy Fabre Date: Tue, 14 Feb 2017 16:18:22 +0000 (+0100) Subject: Fix h3 again -_- X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=69fab7cf809d630d51ac678b33bf25b71527e6e4;p=mezzo.git Fix h3 again -_- --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index cfe15e68..7f946e14 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -74,7 +74,7 @@ h3 { .page__content &, .page__block & { text-transform: uppercase; line-height: 2rem; - @include margin(0 5); + @include padding(0 5); } }