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

@@ -1,9 +1,9 @@
/* Mobile Phone */
@media (max-width: 500px) {
@media (max-width: 600px) {
}
/* Tablets and other weird intermediary stuff. */
@media (min-width: 501px) and (max-width: 1023) {
@media (min-width: 601px) and (max-width: 1023) {
}
/* Desktops and Laptops */