HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/feedzy-rss-feeds/js/FeedzyLoop/style.scss
.wp-block-feedzy-rss-feeds-loop {
    display: grid;
    gap: 24px;

    @media (min-width: 782px) {
        @for $i from 2 through 5 {
            &.feedzy-loop-columns-#{$i} {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    }

    @media (min-width: 960px) {
        @for $i from 2 through 5 {
            &.feedzy-loop-columns-#{$i} {
                grid-template-columns: repeat(#{$i}, 1fr);
            }
        }
    }

    grid-template-columns: repeat(1, 1fr);

    .wp-block-image.is-style-rounded img {
        border-radius: 9999px;
    }

    // Note: Hide generated invalid Core Image blocks
    .wp-block-image:has( :is( img:not([src]), img[src=""] ) ) {
        display: none;
    }
}