From 1544a7a04b0fba08c4ce99803cd31813d86dcbc9 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 5 Jul 2026 15:52:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20line-height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/blocks/page-hero.css | 2 +- views/partials/page-hero.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/blocks/page-hero.css b/styles/blocks/page-hero.css index 24dcea3..03a018c 100644 --- a/styles/blocks/page-hero.css +++ b/styles/blocks/page-hero.css @@ -13,7 +13,7 @@ .page-hero__intro { font-weight: 300; - line-height: 1; + line-height: 1.3; text-align: left; } diff --git a/views/partials/page-hero.php b/views/partials/page-hero.php index 17197da..ab0b738 100644 --- a/views/partials/page-hero.php +++ b/views/partials/page-hero.php @@ -38,7 +38,7 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : ' -
+