Skip to content

Instantly share code, notes, and snippets.

@juanres
Created October 10, 2013 02:41
Show Gist options
  • Save juanres/6912199 to your computer and use it in GitHub Desktop.
Save juanres/6912199 to your computer and use it in GitHub Desktop.
CSS: condicional pantalla grande mediaquerie
/* CONDICIONAL pantalla grande */
@media only screen and (min-width : 1920px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment