Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created November 24, 2014 20:40
Show Gist options
  • Save tcelestino/1f28d23b862e0fcc34e4 to your computer and use it in GitHub Desktop.
Save tcelestino/1f28d23b862e0fcc34e4 to your computer and use it in GitHub Desktop.
breakpoints media queries
/*
0480
*/
@media only screen and (min-width : 320px) and (max-width : 660px){}
/*
0780
*/
@media only screen and (min-width : 661px) and (max-width : 860px) {}
/*
1024
*/
@media only screen and (min-width : 861px) and (max-width : 1119px) {}
/*
1280
*/
@media only screen and (min-width : 1120px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment