Files
cutieguwu-site/templates/device_queries.css

12 lines
209 B
CSS

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