This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */ | |
/* Small devices (mobile/tablets, 767px and below) */ | |
@media only screen and (max-width: 766px) { | |
selector .gallery-item img { | |
object-fit: cover; | |
height: 18.5em | |
} | |
} |