Sha256: bbb12056d0837aa481638f8369cd0b55fa8d98bb8a4b06f3d572431777d6fb84

Contents?: true

Size: 1.25 KB

Versions: 66

Compression:

Stored size: 1.25 KB

Contents

/* Posts */

.posts {
    $gutter: (_size(gutter) * 2);

    @include breakpoint('<=small') {
        $gutter: _size(gutter) * 1.5;

        margin: 0 0 _size(element-margin) ($gutter * -1);
        width: calc(100% + #{$gutter});

        article {
            margin: 0 0 $gutter $gutter;
            width: calc(50% - #{$gutter});

            &:before {
                height: calc(100% + #{$gutter});
                left: ($gutter * -0.5);
            }

            &:after {
                bottom: ($gutter * -0.5);
                width: calc(100% + #{$gutter});
            }

            &:nth-last-child(3) {
                margin-bottom: $gutter;
            }
        }
    }

    @include breakpoint('<=xsmall') {
        $gutter: _size(gutter) * 1.5;

        margin: 0 0 _size(element-margin) 0;
        width: 100%;

        article {
            margin: 0 0 $gutter 0;
            width: 100%;

            &:before {
                display: none;
            }

            &:after {
                width: 100%;
            }

            &:last-child {
                margin-bottom: 0;

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

Version data entries

66 entries across 66 versions & 1 rubygems

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