Last active
August 29, 2015 14:16
-
-
Save webhasan/3997ae74e68b30a63eb2 to your computer and use it in GitHub Desktop.
DIVI Theme Media Query
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: 1100px) and (min-width: 981px) { /* content widht: 960px */ | |
} | |
@media only screen and (max-width: 980px) { /* content widht: 690px */ | |
} | |
@media only screen and (max-width: 767px) { /* content widht: 400px */ | |
} | |
@media only screen and (max-width: 479px) { /* content widht: 280px */ | |
} | |
/*End */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment