Templates dir, Put in and shift to a media query template for RWD issues.

This commit is contained in:
Cutieguwu
2025-08-23 15:18:10 -04:00
parent 5bc1d2ecd9
commit 863355cd1c
14 changed files with 23 additions and 12 deletions

View File

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