From 69fab7cf809d630d51ac678b33bf25b71527e6e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 17:18:22 +0100 Subject: [PATCH] Fix h3 again -_- --- app/static/src/sass/global/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.5