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 {