Skip to content

Commit

Permalink
fix(ui): correct the hamburger button position
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jan 16, 2024
1 parent 9ea3d4d commit 00675ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Navigation/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
display: flex;
flex-direction: column;
inline-size: 100%;
justify-content: var(--utrecht-navigation-mobile-justify-content, flex-end);
justify-content: var(--utrecht-navigation-mobile-justify-content, flex-start);
}

0 comments on commit 00675ed

Please sign in to comment.