Sha256: 046fefe4d3c65b3edc59c45dcbfed66e080bd399c85d409c0d8e5429838bb494

Contents?: true

Size: 602 Bytes

Versions: 7

Compression:

Stored size: 602 Bytes

Contents

ul.grid-icons {

    @include breakpoint('<=small') {
        @include vendor('justify-content', 'flex-start');
        width: 100% !important;
        margin: 0;

        .icon {
            &:before {
                width: 4.5rem;
                height: 4.5rem;
                line-height: 4.5rem;
                font-size: 1.75rem;
            }
        }

        > li {
            margin: 1rem 0 0 1rem !important;

            &:before {
                display: none !important;
            }

            &:after {
                display: none !important;
            }
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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