Skip to content

Commit 3fe6589

Browse files
committed
changed nav and socials order for larger screens
1 parent 7b9020a commit 3fe6589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/Footer.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
}
1818
}
1919

20-
&____navSocialsDiv {
20+
&__navSocialsDiv {
2121
display: flex;
22-
// flex-direction: column;
23-
22+
flex-direction: column;
2423
}
2524

2625
&__nav {
@@ -86,6 +85,7 @@
8685
display: flex;
8786
justify-content: center;
8887
margin: 0;
88+
margin-bottom: revert;
8989
padding: 0;
9090

9191
li:first-child {

0 commit comments

Comments
 (0)