Sha256: 39a113db23824ad05217d48d43fb6156ca0ffeafc5c2740b340197c16781061f

Contents?: true

Size: 701 Bytes

Versions: 66

Compression:

Stored size: 701 Bytes

Contents

/* Features */

.features {
    $gutter: _size(gutter);

    @include breakpoint('<=xsmall') {
        article {
            @include vendor('flex-direction', 'column');
            @include vendor('align-items', 'flex-start');

            .icon {
                height: 6em;
                line-height: 6em;
                margin: 0 0 (_size(element-margin) * 0.75) 0;
                width: 6em;

                &:before {
                    font-size: 1.5rem;
                }

                &:after {
                    height: 4em;
                    margin: -2em 0 0 -2em;
                    width: 4em;
                }
            }
        }
    }
}

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.24 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.23 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.22 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.21 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.20 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.19 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.18 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.17 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.15 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.14 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.13 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.12 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.11 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.10 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.9 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.8 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.7 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.6 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.5 _sass/small/components/_features.scss
jekyll-theme-consulting-0.11.4 _sass/small/components/_features.scss