Skip to content

Instantly share code, notes, and snippets.

View mariliacamara's full-sized avatar
🎯
Focusing

Marília Câmara mariliacamara

🎯
Focusing
View GitHub Profile
/* 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
}
}