feat: spruce up design
This commit is contained in:
parent
2614dff452
commit
94e28067f9
51 changed files with 480 additions and 202 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Reference in a new issue