From b59b58af0df047c1925886523d64e4f44cbba8ec Mon Sep 17 00:00:00 2001 From: Ricky Vetter Date: Mon, 30 Oct 2017 22:37:07 -0700 Subject: [PATCH] Consolidate break points These 900 break points were always triggered with the mobile nav. They don't make sense with the desktop navigation. See photo. --- lib/static/css/main.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/static/css/main.css b/lib/static/css/main.css index bd858dabb0..1fa9bbad28 100644 --- a/lib/static/css/main.css +++ b/lib/static/css/main.css @@ -454,7 +454,7 @@ header h2 { display: inline; } } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 736px) { .homeContainer .homeWrapper { position: relative; } @@ -463,8 +463,6 @@ header h2 { max-width: 600px; padding-right: 40px; } -} -@media only screen and (min-width: 736px) { .mainContainer .wrapper .post { box-sizing: border-box; display: block; @@ -1427,12 +1425,10 @@ nav.toc .toggleNav .navBreadcrumb h2 { display: block; } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 736px) { nav.toc section .navGroups { padding: 40px 0 0; } -} -@media only screen and (min-width: 736px) { .navToggle { display: none; }