Sha256: 9492dca03f598b5976f1257aec38cef25bba2ee1b7625c479b53774394314220

Contents?: true

Size: 607 Bytes

Versions: 36

Compression:

Stored size: 607 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

36 entries across 36 versions & 2 rubygems

Version Path
type-on-strap-2.4.11 _sass/includes/_gallery.scss
type-on-strap-2.4.10 _sass/includes/_gallery.scss
type-on-strap-2.4.9 _sass/includes/_gallery.scss
type-on-strap-2.4.8 _sass/includes/_gallery.scss
type-on-strap-2.4.7 _sass/includes/_gallery.scss
type-on-strap-2.4.6 _sass/includes/_gallery.scss
type-on-strap-2.4.5 _sass/includes/_gallery.scss
type-on-strap-2.4.4 _sass/includes/_gallery.scss
type-on-strap-2.4.3 _sass/includes/_gallery.scss
type-on-strap-2.4.2 _sass/includes/_gallery.scss
type-on-strap-2.4.1 _sass/includes/_gallery.scss
type-on-strap-2.4.0 _sass/includes/_gallery.scss
type-on-strap-2.3.11 _sass/includes/_gallery.scss
type-on-strap-2.3.10 _sass/includes/_gallery.scss
type-on-strap-2.3.9 _sass/includes/_gallery.scss
type-on-strap-2.3.8 _sass/includes/_gallery.scss
type-on-strap-2.3.7 _sass/includes/_grid.scss
type-on-strap-2.3.6 _sass/includes/_grid.scss
type-on-strap-2.3.5 _sass/includes/_grid.scss
type-on-strap-2.3.4 _sass/includes/_grid.scss