Skip to content

Instantly share code, notes, and snippets.

@Ahrengot
Created June 23, 2014 10:15
Show Gist options
  • Select an option

  • Save Ahrengot/000ce258f9f0a24b7d24 to your computer and use it in GitHub Desktop.

Select an option

Save Ahrengot/000ce258f9f0a24b7d24 to your computer and use it in GitHub Desktop.
pixel-based min-max media queries
@media (min-width: 480px) and (max-width: 767px) {
// Do something
}
@media (min-width: 768px) {
// Do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment