Skip to content

Instantly share code, notes, and snippets.

@heiswayi
Last active January 31, 2021 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiswayi/726dd8be43de2114a3a9b72ab1ac9107 to your computer and use it in GitHub Desktop.
Save heiswayi/726dd8be43de2114a3a9b72ab1ac9107 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 480px) {
/* Mobile Styles Go Here */
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
/* Tablet Styles Go Here */
}
@media only screen and (min-width: 769px) {
/* Desktop Styles Go Here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment