From 0ed1e18fe0ce313599d9eb85fad7efe955e5bb7c Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 5 Dec 2024 19:20:20 +0000 Subject: [PATCH 1/6] feat(recaptcha): all H1s are now left-aligned on desktop and mobile --- benefits/static/css/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/benefits/static/css/styles.css b/benefits/static/css/styles.css index b15a8f7f6..afd1aa82c 100644 --- a/benefits/static/css/styles.css +++ b/benefits/static/css/styles.css @@ -145,7 +145,6 @@ h4 { @media (min-width: 992px) { :root { --h1-font-size: var(--font-size-35px); - --h1-text-align: center; --h1-letter-spacing-percent: var(--letter-spacing-5); --font-size-35px: 2.1875rem; } @@ -154,7 +153,6 @@ h4 { h1, .h1 { font-size: var(--h1-font-size); - text-align: var(--h1-text-align); padding-top: calc(70rem / 16); line-height: var(--heading-line-height); letter-spacing: calc(var(--h1-font-size) * var(--h1-letter-spacing-percent)); From a10e1acd21a2c9d6ca810db3571254b296800474 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 5 Dec 2024 19:53:06 +0000 Subject: [PATCH 2/6] feat(recaptcha): convert elig page to all col-lg-6 --- benefits/core/templates/core/includes/form.html | 4 ++-- benefits/core/templates/core/widgets/flow-radio-select.html | 2 +- benefits/eligibility/forms.py | 2 +- benefits/eligibility/templates/eligibility/index--cst.html | 2 +- benefits/eligibility/templates/eligibility/index.html | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benefits/core/templates/core/includes/form.html b/benefits/core/templates/core/includes/form.html index 718a1dd94..456227a63 100644 --- a/benefits/core/templates/core/includes/form.html +++ b/benefits/core/templates/core/includes/form.html @@ -28,8 +28,8 @@ {% if form.submit_value %} -
-
+
+