change media query size

This commit is contained in:
yequari 2023-10-20 19:26:17 -07:00
parent 4cc67653eb
commit cab2ee0e22
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ footer {
font-size: 1.3rem; font-size: 1.3rem;
} }
@media only screen and (max-width: 500px) { @media only screen and (max-width: 800px) {
div.nav { div.nav {
border: none; border: none;
} }