Skip to content

Instantly share code, notes, and snippets.

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 orenshim/5dd74b4e9ccbfda55f4efae06ffe4617 to your computer and use it in GitHub Desktop.
Save orenshim/5dd74b4e9ccbfda55f4efae06ffe4617 to your computer and use it in GitHub Desktop.
@media (min-width:768px) and (max-width:950px) {
selector .elementor-row {
flex-wrap:wrap;
}
selector .elementor-colum {
width: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment