Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @media screen and (max-width: 540px) {
  2. .et_pb_section .et_pb_row,
  3. .et_pb_section.et_section_specialty .et_pb_row {
  4. width: 90%;
  5. }
  6. }
  7.  
  8. @media screen and (max-width: 440px) {
  9. .et_pb_section .et_pb_row,
  10. .et_pb_section.et_section_specialty .et_pb_row {
  11. width: 100%;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement