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 ba2a629 commit cae6218Copy full SHA for cae6218
components/navigation/navigation-style.scss
@@ -35,6 +35,7 @@
35
.navigation__inner {
36
display: flex;
37
align-items: center;
38
+ position: relative;
39
padding: 0.6em 1em;
40
41
@include break {
@@ -45,7 +46,7 @@
45
46
.navigation__mobile {
47
48
font-size: 1.5em;
- margin-left: -1em;
49
+ position: absolute;
50
51
color: map-get($colors, white);
52
cursor: pointer;
0 commit comments