Last active
April 19, 2018 16:28
-
-
Save jbd91/5c7f3b78b73eb01b0b66b4dfecfe936d to your computer and use it in GitHub Desktop.
Media Queries
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 screen and (max-width: 1800px) { | |
| } | |
| @media screen and (max-width: 1200px) { | |
| } | |
| @media screen and (max-width: 900px) { | |
| } | |
| @media screen and (max-width: 600px) { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment