From fe6f0ff5dcea63afc3ed469536db199d89edbfff Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Fri, 18 Dec 2020 18:44:58 +0000 Subject: [PATCH] Change the mobile sidebar and topbar breakpoints to 1024px --- sigma9.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sigma9.css b/sigma9.css index d9b29064..ba339d5c 100644 --- a/sigma9.css +++ b/sigma9.css @@ -335,7 +335,7 @@ sup { right: 0; } -@media (max-width: 767px) { +@media (max-width: 1023px) { /* On mobile, show the mobile top bar instead of the regular one */ .mobile-top-bar { display: block; @@ -503,7 +503,7 @@ sup { box-shadow: 0 0 20px 3px rgba(153, 153, 153, 1); } -@media (max-width: 767px) { +@media (max-width: 1023px) { /* On mobile, the sidebar is tucked away to the left */ #side-bar { position: fixed;