Fixed nav options overlapping on medium sized screens

This commit is contained in:
2019-04-18 17:40:14 -04:00
parent d844e459d4
commit 422e0013d6
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
display: none;
}
@media (max-width: 575.98px) { /* sm */
@media (max-width: 767.98px) { /* sm */
.desktop-nav {
display: none;
}