Skip to content

Commit

Permalink
style: update spacing between fields to be 24px
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Apr 17, 2024
1 parent 2ce328d commit 0ea242f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0ea242f

Please sign in to comment.