From 90e071c21894949fd68b6a3c18aeea6435331425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gonz=C3=A1lez?= Date: Wed, 18 Jan 2017 14:56:09 +0100 Subject: [PATCH] Unify processes header type --- app/assets/stylesheets/legislation_process.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 76ef88501..26eba154c 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -35,6 +35,7 @@ } $epigraph-font-size: rem-calc(15); +$epigraph-line-height: rem-calc(22); // 02. Hero // ----------------- @@ -87,7 +88,9 @@ $epigraph-font-size: rem-calc(15); } p { - font-size: $base-font-size; + font-size: $epigraph-font-size; + line-height: $epigraph-line-height; + @include breakpoint(medium) { margin-left: 25%; } @@ -123,15 +126,12 @@ $epigraph-font-size: rem-calc(15); p { font-size: $epigraph-font-size; + line-height: $epigraph-line-height; } h4 { font-size: $base-font-size; } - - @include breakpoint(medium) { - margin-bottom: 0; - } } .button-subscribe {