Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active January 9, 2016 08:09
Show Gist options
  • Save gearmobile/99499f8810295266838e to your computer and use it in GitHub Desktop.
Save gearmobile/99499f8810295266838e to your computer and use it in GitHub Desktop.
equal-height columns flexbox
.container {
display: flex;
align-items: stretch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment