feat: spruce up design

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:06:48 -07:00
parent 2614dff452
commit 94e28067f9
No known key found for this signature in database
51 changed files with 480 additions and 202 deletions

View file

@ -6,10 +6,6 @@
height: calc(var(--sizing-3xl) * 5);
resize: none;
}
& .column.description p:first-child {
margin-top: 0;
}
}
.contact-success-header {
@ -28,4 +24,8 @@
padding-right: var(--sizing-xl);
}
}
form {
margin-top: var(--sizing-base);
}
}