Skip to content
Snippets Groups Projects
Commit 9b130217 authored by ahamelers's avatar ahamelers
Browse files

mobile menu fix

parent 08c606e5
No related branches found
No related tags found
2 merge requests!102Shared data model,!103Dev
...@@ -97,10 +97,13 @@ const RightSection = styled.div` ...@@ -97,10 +97,13 @@ const RightSection = styled.div`
} }
@media screen and (min-width: 901px) { @media screen and (min-width: 901px) {
&.hidden { &.hidden {
display: none !important; display: flex !important;
} }
} }
@media screen and (max-width: 900px) { @media screen and (max-width: 900px) {
&.hidden {
display: none !important;
}
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: auto; height: auto;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment