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

@@ -6,7 +6,7 @@
width: 500px;
}
@media (max-width: 575.98px) { /* sm */
@media (max-width: 575.98px) { /* xs */
.line-one-type-size {
font-size: 2rem;
}