Skip to content

Instantly share code, notes, and snippets.

@dim2k2006
Created July 4, 2019 07:25
Show Gist options
  • Select an option

  • Save dim2k2006/97cff1da8aee5dfa078ce5d747f8b464 to your computer and use it in GitHub Desktop.

Select an option

Save dim2k2006/97cff1da8aee5dfa078ce5d747f8b464 to your computer and use it in GitHub Desktop.

Revisions

  1. dim2k2006 revised this gist Jul 4, 2019. No changes.
  2. dim2k2006 created this gist Jul 4, 2019.
    13 changes: 13 additions & 0 deletions responsive.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    @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%;
    }
    }