Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .2col { column-count: 2}
  2. .3col { column-count: 3}
  3. .4col { column-count: 4}
  4.  
  5. @media (max-width: 767px) {
  6. .2col { column-count: 1}
  7. .3col { column-count: 1}
  8. .4col { column-count: 1}
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement