Skip to content

Instantly share code, notes, and snippets.

@matinrco
Last active January 30, 2021 19:18
Show Gist options
  • Save matinrco/46ea4054dcea85a963b74815301e6e5b to your computer and use it in GitHub Desktop.
Save matinrco/46ea4054dcea85a963b74815301e6e5b to your computer and use it in GitHub Desktop.
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 576px) and (max-width: 767px) {
}
@media screen and (max-width: 575px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment