Skip to content

Instantly share code, notes, and snippets.

@elicus
Created December 18, 2020 10:53
Show Gist options
  • Select an option

  • Save elicus/3bcbd85c8e4adc72759ec520a1eb9a9a to your computer and use it in GitHub Desktop.

Select an option

Save elicus/3bcbd85c8e4adc72759ec520a1eb9a9a to your computer and use it in GitHub Desktop.

Revisions

  1. elicus created this gist Dec 18, 2020.
    10 changes: 10 additions & 0 deletions How to equalize column heights in Divi.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    .el-flex-row {
    display: flex;
    flex-wrap: wrap;
    }

    .el-flex-row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }