fix: mobile form ui and parse phone number bug

This commit is contained in:
Christel Westerberg
2024-07-17 09:38:30 +02:00
parent 09b1d322a7
commit da74babef9
6 changed files with 87 additions and 42 deletions

View File

@@ -27,6 +27,6 @@
@media screen and (min-width: 768px) {
.container {
gap: var(--Spacing-x2);
gap: var(--Spacing-x3);
}
}