Created
June 3, 2015 19:55
-
-
Save farrukhmomin/448482ef0be219529d70 to your computer and use it in GitHub Desktop.
Media Queries for different screen sizes
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: 1160px) {} | |
@media screen and (max-width: 1024px) {} | |
@media screen and (max-width: 767px) {} | |
@media screen and (max-width: 640px) {} | |
@media screen and (max-width: 480px) {} | |
@media screen and (max-width: 360px) {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment