From 764c6271fd503935f56e1d8695c8f11b6536de7f Mon Sep 17 00:00:00 2001 From: rhyneav Date: Fri, 22 Jun 2018 09:33:29 -0400 Subject: [PATCH] fix mobile menu showing at 768px --- src/components/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/_navbar.scss b/src/components/_navbar.scss index 79fcdf8..4d34dc5 100644 --- a/src/components/_navbar.scss +++ b/src/components/_navbar.scss @@ -120,7 +120,7 @@ nav { .collapsible .collapsible-body { border: 0; - @include resp(null, $small-screen) { + @include resp(null, $small-screen + 1px) { display: contents; } }