From cf4378bb14e192e46bc545fece4c3fe018c86505 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 24 Dec 2017 19:40:12 +0000 Subject: [PATCH] Show nav shortcut only on devices smaller than 990px --- www/solar/ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/solar/ui.css b/www/solar/ui.css index 7c1f9f2..10de852 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -151,7 +151,7 @@ blockquote { left: 10px; } -@media (max-width: 1200px) { +@media (max-width: 990px) { .mobile-nav { display: block; }