Advertisement
janusivan

The Masterpiece - Map CTA element

Dec 28th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | Source Code | 0 0
  1. .section.redesign {
  2.     flex-direction: row-reverse;
  3. }
  4. @media screen and (max-width:768px) {
  5.     .section.redesign {
  6.         flex-direction: column-reverse;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement