From 27858e32f8d871823ad9a22349696690b39f941b Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 8 Feb 2018 18:01:00 -0800 Subject: [PATCH] change media breakpoint for Nav.html --- routes/_components/Nav.html | 2 +- routes/_components/NavItem.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_components/Nav.html b/routes/_components/Nav.html index 0f2655ba..97cac210 100644 --- a/routes/_components/Nav.html +++ b/routes/_components/Nav.html @@ -54,7 +54,7 @@ align-items: center; } - @media (max-width: 767px) { + @media (max-width: 991px) { .main-nav li { flex: 1; } diff --git a/routes/_components/NavItem.html b/routes/_components/NavItem.html index 0f51296e..07d9d57c 100644 --- a/routes/_components/NavItem.html +++ b/routes/_components/NavItem.html @@ -55,7 +55,7 @@ text-overflow: ellipsis; } - @media (max-width: 767px) { + @media (max-width: 991px) { .main-nav-link span { display: none; }