Skip to content

Instantly share code, notes, and snippets.

@craigerskine
Created April 11, 2013 19:50
Show Gist options
  • Save craigerskine/5366625 to your computer and use it in GitHub Desktop.
Save craigerskine/5366625 to your computer and use it in GitHub Desktop.
/* tablet landscape */
@media only screen and (max-width: 979px){
}
/* tablet portrait / mobile landscape */
@media only screen and (max-width: 767px){
}
/* mobile portrait */
@media only screen and (max-width: 479px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment