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; }