Skip to content

Instantly share code, notes, and snippets.

@webhasan
Last active August 29, 2015 14:16
Show Gist options
  • Save webhasan/3997ae74e68b30a63eb2 to your computer and use it in GitHub Desktop.
Save webhasan/3997ae74e68b30a63eb2 to your computer and use it in GitHub Desktop.
DIVI Theme Media Query
@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