From e74939451b4988676f1161685c4f5343af962eea Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:50:29 -0500 Subject: [PATCH] Adjusts font size + line height for h1 & subtitle --- css/_uswds-theme-custom-styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index c62510190..88864842a 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -3137,7 +3137,7 @@ code { h1 { font-size: 16px; - line-height: 14px; + line-height: 22px; @include at-media("tablet") { font-size: 24px; @@ -3151,8 +3151,8 @@ code { } .usa-hero__subtitle { - font-size: 8px; - line-height: 12px; + font-size: 14px; + line-height: 16px; @include at-media("tablet") { font-size: 14px; @@ -3167,7 +3167,7 @@ code { h2 { font-size: 16px; - line-height: 21px; + line-height: 22px; @include at-media("tablet") { font-size: 32px;