We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8733067 commit 8942cf9Copy full SHA for 8942cf9
assets-src/styles/sass/50-core-components/_navigation.scss
@@ -16,7 +16,6 @@
16
align-items: center;
17
display: flex;
18
flex-wrap: wrap;
19
- gap: em(48);
20
21
@include mq($max-width) {
22
flex-wrap: nowrap;
@@ -35,6 +34,7 @@
35
34
36
flex-basis: auto;
37
+ margin-inline-start: em(48);
38
padding-bottom: 0;
39
}
40
0 commit comments