Skip to content

Instantly share code, notes, and snippets.

@Orlandster
Last active May 22, 2017 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Orlandster/2ec4c68cd3d516802b9c7b03be4e6783 to your computer and use it in GitHub Desktop.
Save Orlandster/2ec4c68cd3d516802b9c7b03be4e6783 to your computer and use it in GitHub Desktop.
< 768px = xs // @media (max-width : 767px) {}
≥ 768px = sm // @media (min-width : 768px) and (max-width : 991px) {}
≥ 992px = md // @media (min-width : 992px) and (max-width : 1199px) {}
≥ 1200px = lg // @media (min-width : 1200px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment