Skip to content

Instantly share code, notes, and snippets.

@karl0-dev
karl0-dev / gist:b887874d32b0d560014f
Created December 27, 2014 18:05
CSS media queries 2015
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
}
/* Smartphones (landscape) ----------- */
@media only screen