feat(SW-187): Fixed LanguageSwitcher for footer

This commit is contained in:
Pontus Dreij
2024-09-05 14:30:33 +02:00
parent 2a59ad431b
commit de94510068
14 changed files with 139 additions and 54 deletions

View File

@@ -27,8 +27,14 @@
@media screen and (min-width: 767px) {
.secondaryNavigation {
margin-top: 0;
gap: 80px;
margin-top: var(--Spacing-x4);
gap: 120px;
flex-direction: row;
}
}
@media screen and (min-width: 1367px) {
.secondaryNavigation {
margin-top: 0;
gap: 80px;
}
}