diff --git a/routes/_components/Nav.html b/routes/_components/Nav.html
index 8951c2c..8ad22e5 100644
--- a/routes/_components/Nav.html
+++ b/routes/_components/Nav.html
@@ -43,11 +43,11 @@
align-items: center;
}
- @media (max-width: 767px) {
+ @media (max-width: 767px) {
.main-nav li {
- flex-basis: 100%;
+ flex: 1;
}
- }
+ }