Last active
July 26, 2019 08:58
-
-
Save kelvinndmo/1a2a17ed48a7bea675f583697dc7f4d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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