diff --git a/styles/blocks/page-hero.css b/styles/blocks/page-hero.css index 063f7ed..2d20973 100644 --- a/styles/blocks/page-hero.css +++ b/styles/blocks/page-hero.css @@ -48,10 +48,10 @@ .page-hero-services__intro { color: #fff; - font-size: clamp(1rem, 1.5vw, 1.25rem); + font-size: clamp(1rem, 1.5vw, 1.5rem); font-weight: 300; - line-height: 1.5; - max-width: 36rem; + line-height: 1.4; + max-width: 32rem; opacity: 0.95; text-align: left; } diff --git a/views/partials/page-hero-services.php b/views/partials/page-hero-services.php index 8c0bf25..3be2555 100644 --- a/views/partials/page-hero-services.php +++ b/views/partials/page-hero-services.php @@ -43,7 +43,7 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : ' -