Created
December 12, 2017 20:05
-
-
Save ckschmieder/41e797bdbdf7c58edc9ee35f22732137 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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