Chore/BOOK-773 replace old typography variables * chore(BOOK-773): Replaced body typography * chore(BOOK-773): Replaced caption typography * chore(BOOK-773): Replaced footnote typography * chore(BOOK-773): Replaced subtitle typography Approved-by: Bianca Widstam
22 lines
397 B
CSS
22 lines
397 B
CSS
.contactContainer {
|
|
border-top: 1px solid var(--UI-Grey-30);
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Space-x2);
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: var(--Space-x5);
|
|
}
|
|
|
|
.contact {
|
|
display: grid;
|
|
gap: var(--Space-x15);
|
|
}
|
|
|
|
@media screen and (min-width: 1367px) {
|
|
.contactContainer {
|
|
align-items: start;
|
|
padding-top: var(--Space-x2);
|
|
}
|
|
}
|