Skip to content

Instantly share code, notes, and snippets.

@ckschmieder
Created December 12, 2017 20:05
Show Gist options
  • Save ckschmieder/41e797bdbdf7c58edc9ee35f22732137 to your computer and use it in GitHub Desktop.
Save ckschmieder/41e797bdbdf7c58edc9ee35f22732137 to your computer and use it in GitHub Desktop.
.inner-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.inner {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
min-width: 250px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment