Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Sun1ive/df5db95f6bce8c8bf878c9e922f5e3b7 to your computer and use it in GitHub Desktop.
Save Sun1ive/df5db95f6bce8c8bf878c9e922f5e3b7 to your computer and use it in GitHub Desktop.
most popular breakpoints
@media all and (max-width: 991px) { ... }
@media all and (max-width: 768px) { ... }
@media all and (max-width: 480px) { ... }
@media all and (max-width: 340px) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment