feat(SW-187): Fixed LanguageSwitcher for footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user