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 5c0ff49 commit e6b4009Copy full SHA for e6b4009
assets-src/styles/sass/50-core-components/_navigation.scss
@@ -8,15 +8,15 @@
8
9
#global-nav {
10
display: block;
11
- padding-bottom: 1.6em;
12
- padding-top: 1.6em;
+ padding-bottom: em(26);
+ padding-top: em(26);
13
}
14
15
.global-nav__inner {
16
align-items: center;
17
display: flex;
18
flex-wrap: wrap;
19
- gap: 3em;
+ gap: em(48);
20
21
@include mq($max-width) {
22
flex-wrap: nowrap;
@@ -112,7 +112,7 @@ li.top-nav-item + li.top-nav-item {
112
height: 100%;
113
pointer-events: none;
114
position: absolute;
115
- right: -1.5em;
+ right: rem(-24);
116
top: 0;
117
118
0 commit comments