From eb7e6561ad25ce3494d284c15541702c59130128 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 17 Jun 2018 23:39:12 -0400 Subject: hide #archnavbar at widths <900px - fixes #1847 --- public/stylesheets/responsive.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index cf318259f..3a21e709f 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -109,6 +109,8 @@ color: #f8f8f8; } + /* Hide parabola navbar on mobile, because it's breaks the "responsive" layout */ + #archnavbar { display: none ; } /* Hide top-menu and main-menu on mobile, because it's placed in our flyout menu */ #top-menu, -- cgit v1.2.2