chore: style cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 19:44:13 -07:00
parent c3cf28179a
commit 552b342051
No known key found for this signature in database
31 changed files with 62 additions and 78 deletions

View file

@ -6,10 +6,14 @@
height: calc(var(--sizing-3xl) * 5);
resize: none;
}
& .column.description p:first-of-type {
margin-top: 0;
}
}
.contact-success-header {
margin: 0 0 var(--sizing-lg);
margin: 0 0 var(--sizing-base);
}
@media screen and (min-width: 768px) {
@ -24,8 +28,4 @@
padding-right: var(--sizing-xl);
}
}
form {
margin-top: var(--sizing-base);
}
}