Skip to content

Commit c115669

Browse files
authored
Merge pull request #343 from felixsanz/develop
Fixed mobile menu alignment
2 parents 10c9328 + cae6218 commit c115669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/navigation/navigation-style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.navigation__inner {
1111
display: flex;
1212
align-items: center;
13+
position: relative;
1314
padding: 0.6em 1em;
1415

1516
@include break {
@@ -20,7 +21,7 @@
2021
.navigation__mobile {
2122
display: flex;
2223
font-size: 1.5em;
23-
margin-left: -1em;
24+
position: absolute;
2425
align-items: center;
2526
color: getColor(white);
2627
cursor: pointer;

0 commit comments

Comments
 (0)