diff --git a/routes/_components/Nav.html b/routes/_components/Nav.html
index 0f2655b..97cac21 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 0f51296..07d9d57 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;
}