chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 08:06:38 -07:00
parent c3563b0ac3
commit 51b60301d1
No known key found for this signature in database
6 changed files with 45 additions and 46 deletions

View file

@ -12,8 +12,16 @@
}
}
.contact-success-header {
margin: 0 0 var(--sizing-base);
.contact-success-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 60vh;
& h2 {
margin: 0 0 var(--sizing-base);
}
}
@media screen and (min-width: 768px) {