#3904 - Adjust spacing bundle [LITTERBOX] (#3963)

styling updates for css files
This commit is contained in:
asaki222 2025-07-18 12:06:03 -04:00 committed by GitHub
parent aed8b9b2b7
commit ce910c2c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,6 @@ fieldset {
padding: units(3); padding: units(3);
} }
fieldset:not(:first-child) { fieldset:not(:first-of-type) {
margin-top: units(2); margin-top: units(2);
} }

View file

@ -50,3 +50,9 @@ h4, .h4 {
.font-body-1 { .font-body-1 {
font-size: size('body', 1); font-size: size('body', 1);
} }
h2, .h2 {
+ p {
margin-top: units(.5);
}
}

View file

@ -42,7 +42,7 @@
{{ forms.0.management_form }} {{ forms.0.management_form }}
<fieldset class="usa-fieldset margin-top-2"> <fieldset class="usa-fieldset margin-top-4">
<legend> <legend>
<h2>What .gov domain do you want?</h2> <h2>What .gov domain do you want?</h2>
</legend> </legend>