Skip to content
Snippets Groups Projects
Commit 6cf6787c authored by ahamelers's avatar ahamelers
Browse files

mobile menu fix

parent b5b6a415
No related branches found
No related tags found
1 merge request!102Shared data model
......@@ -97,7 +97,7 @@ const RightSection = styled.div`
}
@media screen and (min-width: 901px) {
&.hidden {
display: flex !important;
display: none !important;
}
}
@media screen and (max-width: 900px) {
......
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