Skip to content

Instantly share code, notes, and snippets.

@dim2k2006
Created July 4, 2019 07:25
Show Gist options
  • Save dim2k2006/97cff1da8aee5dfa078ce5d747f8b464 to your computer and use it in GitHub Desktop.
Save dim2k2006/97cff1da8aee5dfa078ce5d747f8b464 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 540px) {
.et_pb_section .et_pb_row,
.et_pb_section.et_section_specialty .et_pb_row {
width: 90%;
}
}
@media screen and (max-width: 440px) {
.et_pb_section .et_pb_row,
.et_pb_section.et_section_specialty .et_pb_row {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment