600px mobile, Clean up current media queries, introduce intermediary device layout.

This commit is contained in:
Cutieguwu
2025-08-23 19:50:16 -04:00
parent 30938fe9d1
commit d02026bd55
14 changed files with 40 additions and 26 deletions

View File

@@ -13,7 +13,7 @@
display: block;
}
@media only screen and (max-width: 500px) {
@media (max-width: 600px) {
.nav_title {
padding: var(--padding-mobile);
}