Skip to content

Commit ab95ddd

Browse files
author
Carla Goncalves
committed
Update multicolumn styling on footer
1 parent e661e62 commit ab95ddd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/theme/Footer/Links/MultiColumn/styles.module.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
flex-basis: calc(50% - 4px) !important;
1616
padding: 0;
1717
}
18+
&.socialColWrapper {
19+
@media (max-width: 940px) {
20+
flex-basis: 100% !important;
21+
}
22+
}
1823
}
1924

2025
.socialCol {
@@ -28,8 +33,3 @@
2833
}
2934
}
3035

31-
.socialColWrapper {
32-
@media (max-width: 940px) {
33-
flex-basis: 100% !important;
34-
}
35-
}

0 commit comments

Comments
 (0)