Skip to content

Instantly share code, notes, and snippets.

@kelvinndmo
Last active July 26, 2019 08:58
Show Gist options
  • Save kelvinndmo/1a2a17ed48a7bea675f583697dc7f4d8 to your computer and use it in GitHub Desktop.
Save kelvinndmo/1a2a17ed48a7bea675f583697dc7f4d8 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 2652px) {
}
@media only screen and (max-width: 2326px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1053px) {
}
/* big tablets */
@media only screen and (max-width: 1023px) {
}
/* small tablets */
@media only screen and (max-width: 767px) {
}
/* for small phones*/
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 411px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 300px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment