Sha256: 80ebca618699c23f58fc5c78e39620a30707202f0fb25ef139cf3aaf6609d93c

Contents?: true

Size: 663 Bytes

Versions: 3

Compression:

Stored size: 663 Bytes

Contents

/* ---- grid ---- */

.grid {
    padding-bottom: 6%;
    padding-top: 1%;


    /* clear fix */
    &:after {
        content: '';
        display: block;
        clear: both;
    }
}

/* ---- .grid-item within masonry ---- */

.grid-sizer,
.grid-item {
    /* state column width */
    width: 32.6%;
}

.grid-item {
    float: left;
    border-radius: 5px;

    img {
        /* for image formatting in the masonry */
        display: block;
        max-width: 100%;
        min-height: 30%;
    }
}

/* --- Masonry gutter size --- */

.gutter-sizer {
    width: 1%;
}

.grid-item:first-of-type {
    margin-bottom: 1%;
}

.grid-item {
    margin-bottom: 1%;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
type-on-strap-1.3.0 _sass/includes/_grid.scss
type-on-strap-1.1.1 _sass/includes/_grid.scss
jekyll-theme-type-on-strap-6.0.0 _sass/includes/_grid.scss