Skip to content

Instantly share code, notes, and snippets.

@jayontraps
Created January 28, 2015 23:39
Show Gist options
  • Save jayontraps/060dcf2cfc406afb01d0 to your computer and use it in GitHub Desktop.
Save jayontraps/060dcf2cfc406afb01d0 to your computer and use it in GitHub Desktop.
/* Mobile first queries */
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment