chore: styles
This commit is contained in:
parent
c3563b0ac3
commit
51b60301d1
6 changed files with 45 additions and 46 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue