Created
December 18, 2020 10:53
-
-
Save elicus/3bcbd85c8e4adc72759ec520a1eb9a9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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