Skip to content

Instantly share code, notes, and snippets.

@cbertelegni
Created October 16, 2015 21:25
Show Gist options
  • Save cbertelegni/732c94f4706f8f2b4d2c to your computer and use it in GitHub Desktop.
Save cbertelegni/732c94f4706f8f2b4d2c to your computer and use it in GitHub Desktop.

Media-queries recomendadas

  • mobile-portrait: min:320px - max:479px;
  • mobile-landscape: min:480px - max:599px;
  • small-tablet-portrait: min:600px - max:799px;
  • small-tablet-landscape: min:800px - max:767px;
  • tablet-portrait: min:768px - max:1023px;
  • tablet-landscape: min:1024px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment