Skip to content

Instantly share code, notes, and snippets.

@elicus
Created December 18, 2020 10:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elicus/3bcbd85c8e4adc72759ec520a1eb9a9a to your computer and use it in GitHub Desktop.
Save elicus/3bcbd85c8e4adc72759ec520a1eb9a9a to your computer and use it in GitHub Desktop.
.el-flex-row {
display: flex;
flex-wrap: wrap;
}
.el-flex-row .et_pb_column {
display: flex;
flex-direction: column;
justify-content: space-between;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment