Advertisement
nikkop

Untitled

Nov 23rd, 2014
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. .container {
  2.     flex-flow: column wrap;
  3. }
  4.  
  5. @media(min-width:767px) {
  6.     .container {
  7.         flex-flow: row wrap;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement