Skip to content

Instantly share code, notes, and snippets.

@hoandang
Created March 4, 2014 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoandang/9337740 to your computer and use it in GitHub Desktop.
Save hoandang/9337740 to your computer and use it in GitHub Desktop.
Most common media queries
@media (max-width: 1024px) { }
@media (max-width: 966px) { }
@media (max-width: 800px) { }
@media (max-width: 768px) { }
@media (max-width: 640px) { }
@media (max-width: 603px) { }
@media (max-width: 600px) { }
@media (max-width: 568px) { }
@media (max-width: 480px) { }
@media (max-width: 460px) { }
@media (max-width: 360px) { }
@media (max-width: 320px) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment