From 5aae7013e1006f1af0fb7513d384ea86081ab757 Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:23:20 -0500 Subject: [PATCH] Updates height of highlight card text --- css/_uswds-theme-custom-styles.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index e837a7d4..48235270 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -3621,14 +3621,17 @@ code { } } } + section.highlight-video-section div.video-section-text-container { + height: auto; + h3 { + @include at-media("desktop") { + font-size: 24px; + line-height: 24px; + } + } + } } - section.highlight-video-section div.video-section-text-container h3 { - @include at-media("desktop") { - font-size: 24px; - line-height: 24px; - } -} // Logo Garden