From 6cf6787c02065a65624fa637e42939d6ea9dd759 Mon Sep 17 00:00:00 2001 From: ahamelers <audrey@ahamelers.com> Date: Mon, 18 Mar 2019 15:55:52 +0000 Subject: [PATCH] mobile menu fix --- app/components/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/App.jsx b/app/components/App.jsx index a0b3f9adf..2a9885f3d 100755 --- a/app/components/App.jsx +++ b/app/components/App.jsx @@ -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) { -- GitLab