Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 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.  
  11. &>img {
  12. width: 100%;
  13. @media (min-width: 1024px){
  14. width: 40%;
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement