fix(SW-667): proper contact padding on mobile + translations

This commit is contained in:
Chuma McPhoy
2024-10-25 15:56:01 +02:00
parent 2fddc503c5
commit 8219ff1931
7 changed files with 8 additions and 1 deletions

View File

@@ -4,8 +4,8 @@
flex-direction: column;
gap: var(--Spacing-x2);
justify-content: center;
padding-top: var(--Spacing-x2);
align-items: center;
padding-top: var(--Spacing-x5);
}
.contact {
@@ -21,6 +21,7 @@
@media screen and (min-width: 1367px) {
.contactContainer {
align-items: start;
padding-top: var(--Spacing-x2);
}
.contact > div {