Guest User

Untitled

a guest
Jan 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .row {
  2. display: flex;
  3. flex-wrap: wrap;
  4. justify-content:space-between;
  5. }
  6. .row:after {
  7. content: "";
  8. flex: auto;
  9. flex-basis: 208px; //width of the other flex-items for right one-row display; if necessary
  10. }
Add Comment
Please, Sign In to add comment