fix: tighten spacing between privacy text and form fields

This commit is contained in:
John Loper II
2026-05-04 17:52:25 -04:00
parent 7b06c8a872
commit 86db0d594b
+8 -1
View File
@@ -680,6 +680,7 @@ img {
.form-group {
margin-bottom: 20px;
margin-top: 20px;
}
.form-group label {
@@ -723,7 +724,13 @@ img {
text-align: center;
color: var(--gray);
font-size: 0.85rem;
margin-top: 12px;
margin-top: 16px;
margin-bottom: 32px;
}
/* Add breathing room between privacy text and first form field */
.contact-form-wrapper > .contact-form > .form-group:first-child {
margin-top: 0;
}
/* --- How It Works --- */