Sha256: db3e1059cc642ca14fe671563b09ed462a1144b9acd2a23e1e2fb32b437c624b

Contents?: true

Size: 657 Bytes

Versions: 5

Compression:

Stored size: 657 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: 0;
}

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-theme-type-on-strap-5.0.1 _sass/includes/_grid.scss
type-on-strap-1.0.1 _sass/includes/_grid.scss
type-on-strap-0.6.3 _sass/includes/_grid.scss
type-on-strap-0.5.3 _sass/includes/_grid.scss
jekyll-theme-type-on-strap-4.0.2 _sass/includes/_grid.scss