Advertisement
janusivan

Artinian Realty Group - homepage - Image with Info

Sep 15th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | Source Code | 0 0
  1. .content-wrapper .image-wrapper img {
  2.     @media (pointer:fine) and (hover:hover) {
  3.         object-fit:contain!important;
  4.     }
  5. }
  6. .content-wrapper .image-wrapper {
  7.     background-color:#1a1a1a;
  8.     min-height:50vh;
  9.     @media (pointer:coarse) and (hover:none) {
  10.         min-height:0;
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement