Skip to content

Commit

Permalink
Update style of the hamburger menu (#478) (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
metinbaris authored Jan 18, 2024
1 parent 474293a commit 0d22ed3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/styles/layout/menu.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.l-menu {
--gap: var(--theme-spacing--gutter);
@include grid-assign(heading, action, primary, secondary, container);
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
left: -100%;
Expand Down Expand Up @@ -65,6 +66,8 @@

&__secondary {
display: flex;
width: 90vw;
flex-wrap: wrap;
justify-content: space-evenly;
background: var(--theme-color--block);
color: var(--theme-color--pop);
Expand Down

0 comments on commit 0d22ed3

Please sign in to comment.