Skip to content

Commit 8942cf9

Browse files
committed
fix(navigation): adjust margin for responsive layout
1 parent 8733067 commit 8942cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets-src/styles/sass/50-core-components/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
align-items: center;
1717
display: flex;
1818
flex-wrap: wrap;
19-
gap: em(48);
2019

2120
@include mq($max-width) {
2221
flex-wrap: nowrap;
@@ -35,6 +34,7 @@
3534
@include mq($max-width) {
3635
flex-basis: auto;
3736
flex-wrap: nowrap;
37+
margin-inline-start: em(48);
3838
padding-bottom: 0;
3939
}
4040
}

0 commit comments

Comments
 (0)