diff --git a/static/global.css b/static/global.css index 5f96ffe..e07a2b2 100644 --- a/static/global.css +++ b/static/global.css @@ -1524,12 +1524,11 @@ grid { } .mobile-hide { - display: inherit; } @media only screen and (max-width: 800px) { .mobile { - display: inherit; + display: initial; } .mobile-hide {