From ea565417da35566cbc739972bc5e6c2926a05e95 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Tue, 16 Apr 2024 22:04:52 +0000 Subject: [PATCH] style: update spacing between fields to be 24px --- benefits/static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benefits/static/css/styles.css b/benefits/static/css/styles.css index 88c31225f1..f06a3665e4 100644 --- a/benefits/static/css/styles.css +++ b/benefits/static/css/styles.css @@ -553,7 +553,7 @@ footer .footer-links li a.footer-link:visited { /* Form Container: Must use .form-container parent to use these styles */ :root { - --form-input-gap: calc(22rem / 16); + --form-input-gap: calc(24rem / 16); } @media (min-width: 992px) {