fix: tighten spacing between privacy text and form fields
This commit is contained in:
+8
-1
@@ -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 --- */
|
||||
|
||||
Reference in New Issue
Block a user