Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created May 24, 2013 11:35
Show Gist options
  • Save cagartner/5642893 to your computer and use it in GitHub Desktop.
Save cagartner/5642893 to your computer and use it in GitHub Desktop.
Definindo media queries para um estilo CSS
@media (min-width: 768px) and (max-width: 979px) {
/* estilos */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment