From 0ea242f0510756a30ad0fc1e90209a264d07924f 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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/benefits/static/css/styles.css b/benefits/static/css/styles.css index 88c31225f1..6927754d9f 100644 --- a/benefits/static/css/styles.css +++ b/benefits/static/css/styles.css @@ -553,13 +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); -} - -@media (min-width: 992px) { - :root { - --form-input-gap: calc(42rem / 16); - } + --form-input-gap: calc(24rem / 16); } .form-container .form-group:not(:first-child) {