Skip to content

Commit cae6218

Browse files
committed
Fixed mobile menu alignment
1 parent ba2a629 commit cae6218

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
@@ -35,6 +35,7 @@
3535
.navigation__inner {
3636
display: flex;
3737
align-items: center;
38+
position: relative;
3839
padding: 0.6em 1em;
3940

4041
@include break {
@@ -45,7 +46,7 @@
4546
.navigation__mobile {
4647
display: flex;
4748
font-size: 1.5em;
48-
margin-left: -1em;
49+
position: absolute;
4950
align-items: center;
5051
color: map-get($colors, white);
5152
cursor: pointer;

0 commit comments

Comments
 (0)