600px mobile, Clean up current media queries, introduce intermediary device layout.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user