Skip to content

Instantly share code, notes, and snippets.

@emarket-design
Created October 25, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/7d070139a36062d6068a71e8fda0ae37 to your computer and use it in GitHub Desktop.
Save emarket-design/7d070139a36062d6068a71e8fda0ae37 to your computer and use it in GitHub Desktop.
Flexbox approach to equal heights
.row.display-flex {
display: flex;
flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment