From a2eb0e31b627fd9dca23ac0c99ad47734467d93b Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Sat, 11 Apr 2020 12:24:03 +0200 Subject: [PATCH] hide menu button on mobile for now --- public/css/landing.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/landing.css b/public/css/landing.css index ae50737..8bfa5a3 100755 --- a/public/css/landing.css +++ b/public/css/landing.css @@ -2080,7 +2080,7 @@ textarea.form-input { @media (max-width: 640px) { .header-nav-toggle { - display: block; + /* display: block; */ } .header-nav-toggle + .header-nav {