feat(SW-187): Fixed LanguageSwitcher for footer
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
|
||||
@media screen and (min-width: 767px) {
|
||||
.section {
|
||||
padding: var(--Spacing-x9) var(--Spacing-x6);
|
||||
}
|
||||
.maxWidth {
|
||||
flex-direction: row;
|
||||
padding: var(--Spacing-x9) var(--Spacing-x5);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +21,7 @@
|
||||
.section {
|
||||
padding: var(--Spacing-x9) 0;
|
||||
}
|
||||
.maxWidth {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user