Skip to content
Snippets Groups Projects
Commit 5d5bedc5 authored by shamalainen's avatar shamalainen
Browse files

Update mobile menu width after $medium breakpoint

parent b04485bc
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@
display: flex;
flex-flow: row;
place-content: center space-between;
position: relative;
z-index: 99;
@include breakpoint($medium) {
......@@ -72,7 +71,7 @@
z-index: 100;
@include breakpoint($medium) {
width: 356px;
width: 400px;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment