Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 25, 2013 13:44
Show Gist options
  • Select an option

  • Save pablolobos/6079766 to your computer and use it in GitHub Desktop.

Select an option

Save pablolobos/6079766 to your computer and use it in GitHub Desktop.
css: min-max-media-querie
@media only screen and (min-width: 769px) and (max-width: 900px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment