Guest User

Untitled

a guest
Dec 15th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .inner-wrap {
  2. display: -webkit-box;
  3. display: -ms-flexbox;
  4. display: flex;
  5. -webkit-box-orient: horizontal;
  6. -webkit-box-direction: normal;
  7. -ms-flex-flow: row wrap;
  8. flex-flow: row wrap;
  9. }
  10. .inner {
  11. -webkit-box-flex: 1;
  12. -ms-flex: 1 1 50%;
  13. flex: 1 1 50%;
  14. min-width: 250px;
  15. }
Add Comment
Please, Sign In to add comment