Skip to content

Instantly share code, notes, and snippets.

@abidsikder
Last active August 14, 2021 19:23
Show Gist options
  • Save abidsikder/6d4580437217f71d18e9cffc875d0caf to your computer and use it in GitHub Desktop.
Save abidsikder/6d4580437217f71d18e9cffc875d0caf to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 413px) {
}
@media only screen and (min-width: 413px) and (max-width: 767px) {
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
}
@media only screen and (min-width: 1279px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1439px) and (max-width: 1919px) {
}
@media only screen and (min-width: 1919px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment