Skip to content

Instantly share code, notes, and snippets.

View rafael-minuesa's full-sized avatar

Rafael Minuesa rafael-minuesa

View GitHub Profile
@rafael-minuesa
rafael-minuesa / gist:dc63408b290fe83d1ca206824fa9d564
Created June 13, 2024 08:29 — forked from yehgdotnet/gist:6353e367cb1178017980d2437417d6a5
.htaccess (allow only cloudflare IP range) Raw
<Files 403.shtml>
order allow,deny
allow from all
</Files>
# https://www.cloudflare.com/ips-v4
# https://www.cloudflare.com/ips-v6
deny from all
allow from 103.21.244.0/22
/* 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
}
}