Advertisement
Socialking

Untitled

Jul 18th, 2022
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .gallery .gallery-item .gallery-icon>a {
  2. position: relative;
  3. display: block;
  4. overflow: hidden;
  5. z-index: 9;
  6. height: 300px;
  7. }
  8.  
  9. .gallery-item a,
  10. .gallery-item img,
  11. .gallery-item picture {
  12. width: 100%;
  13. display: block;
  14. height: 100%;
  15. object-fit: cover;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement