Advertisement
janusivan

claudio barreintos - GSM

Apr 26th, 2024
728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | Fixit | 0 0
  1. @media screen and (max-width:768px) {
  2.     div.row.gallery-component__row.cols-3 > div:nth-child(2) > a > div {
  3.         background:url("https://res.cloudinary.com/luxuryp/images/w_320,c_limit,f_auto,q_auto/m1bkgwnwd0z3xdf4kbej/zillowpnggreen") no-repeat;
  4.     }
  5.     div.row.gallery-component__row.cols-3 > div:nth-child(2) > a > div img{
  6.         display:none;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement