Skip to content

Instantly share code, notes, and snippets.

/*
* From css-tricks.com
* http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* Smartphones (portrait and landscape) ----------- */
@media all and (max-device-width : 480px) and (min-device-width : 320px) {
/* Styles */
}