Skip to content

Instantly share code, notes, and snippets.

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