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.
2 parents 10c9328 + cae6218 commit c115669Copy full SHA for c115669
components/navigation/navigation-style.scss
@@ -10,6 +10,7 @@
10
.navigation__inner {
11
display: flex;
12
align-items: center;
13
+ position: relative;
14
padding: 0.6em 1em;
15
16
@include break {
@@ -20,7 +21,7 @@
20
21
.navigation__mobile {
22
23
font-size: 1.5em;
- margin-left: -1em;
24
+ position: absolute;
25
26
color: getColor(white);
27
cursor: pointer;
0 commit comments