chore: styles

This commit is contained in:
Cory Dransfeldt 2024-03-05 19:49:24 -08:00
parent fed53fb496
commit 0f2ccb6d8e
No known key found for this signature in database

View file

@ -8,10 +8,6 @@
resize: none; resize: none;
} }
.contact__wrapper .column.contact__description {
margin-bottom: var(--sizing-xl);
}
.contact__wrapper .column.contact__description p:first-child { .contact__wrapper .column.contact__description p:first-child {
margin-top: 0; margin-top: 0;
} }
@ -27,6 +23,5 @@
.contact__wrapper .column.contact__description { .contact__wrapper .column.contact__description {
padding-right: var(--sizing-xl); padding-right: var(--sizing-xl);
margin-bottom: 0;
} }
} }