Sha256: a02331ba57aefa4da6f72c6cc31a0dfc8ababb25511ab2addbb92a2c60a21807

Contents?: true

Size: 667 Bytes

Versions: 7

Compression:

Stored size: 667 Bytes

Contents

@include breakpoint('<=small') {
    .gallery {
        @include vendor('flex-direction', 'column');
        height: auto;

        > * {
            height: auto;
            width: 100%;
        }

        .image {
            width: 100%;
            height: 40rem;
        }

        .group {
            @include spans(33.33333%);

            .image {
                height: 20rem;
            }
        }
    }
}

@include breakpoint('<=xsmall') {
    .gallery {
        .image {
            height: 30rem;
        }

        .group {
            .image {
                height: 12.5rem;
            }
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.5 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.4 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.3 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.2 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.1 _sass/small/components/_gallery.scss
jekyll-theme-ethereal-0.5.0 _sass/small/components/_gallery.scss