Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. div
  2. display: flex
  3. flex-wrap: wrap
  4. align-items: center
  5. justify-content: flex-start
  6. @media (min-width:1024px)
  7. flex-wrap:nowrap
  8. align-items: unset
  9.  
  10. &>img
  11. width: 100%
  12. @media (min-width: 1024px)
  13. width: 40%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement