From 07fa87b51eb5ef3b6f7f30f741a16fc54ef7aee0 Mon Sep 17 00:00:00 2001 From: Ritika Desai Date: Mon, 7 Oct 2024 09:29:26 -0400 Subject: [PATCH] fixed title width on program pages --- .../themes/phila.gov-theme/css/scss/modules/_hero-half.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp/wp-content/themes/phila.gov-theme/css/scss/modules/_hero-half.scss b/wp/wp-content/themes/phila.gov-theme/css/scss/modules/_hero-half.scss index 4b4e5e5197..5ef217670f 100644 --- a/wp/wp-content/themes/phila.gov-theme/css/scss/modules/_hero-half.scss +++ b/wp/wp-content/themes/phila.gov-theme/css/scss/modules/_hero-half.scss @@ -1,7 +1,7 @@ .hero-half{ @include breakpoint(large up) { .hero-half--title{ - width:510px; + width:600px; } }