Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. @media (max-width: 767px) {
  2.   $el {
  3.     display:flex;
  4.     flex-wrap: wrap;
  5.   }
  6.   $el .x-column {
  7.     display: flex;
  8.     flex-direction: column;
  9.     flex: 0 0 33.3%;
  10.     justify-content: center;
  11.     align-items: center;
  12.     margin: 0 0 20px;
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement