Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .items{
  2. height: 100%;
  3. margin: 0 auto;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. max-width: 1140px;
  8. padding: 0 5px;
  9. @media (min-width 768px) {
  10. max-width: 720px;
  11. }
  12. @media (min-width: 992px){
  13. max-width: 960px;
  14. }
  15. @media (min-width: 1200px){
  16. max-width: 1140px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement