diff --git a/cfgov/jinja2/v1/_includes/molecules/hero.html b/cfgov/jinja2/v1/_includes/molecules/hero.html index 552736de28a..0c366569103 100644 --- a/cfgov/jinja2/v1/_includes/molecules/hero.html +++ b/cfgov/jinja2/v1/_includes/molecules/hero.html @@ -60,7 +60,7 @@ {{- ' m-hero__overlay' if value.is_overlay else '' }} {{- ' m-hero__50-50' if value.is_50_50 else '' }} {{- ' m-hero__jumbo' if value.is_jumbo else '' }}"> -
+

{{ value.heading | safe }}

diff --git a/cfgov/unprocessed/css/enhancements/layout.less b/cfgov/unprocessed/css/enhancements/layout.less index 6826ad692e6..7b60d4003a1 100644 --- a/cfgov/unprocessed/css/enhancements/layout.less +++ b/cfgov/unprocessed/css/enhancements/layout.less @@ -276,16 +276,6 @@ padding-left: unit( 18px / @base-font-size-px, em ); } - -// Fix hero padding on medium screens to spec in Design System -.respond-to-min( @bp-sm-min, { - .m-hero_wrapper { - padding-right: unit( ( @grid_gutter-width / 2 ) / @base-font-size-px, em ); - padding-left: unit( ( @grid_gutter-width / 2 ) / @base-font-size-px, em ); - } -} ); - - // Center content and bleed full-width images into gutters // Used on our story pages .content__center-image-bleed {