Sha256: fe1f0bc37ac2cbb3129b726f56b5c150edb60b2115ee3633503f0e3c38bf3f65
Contents?: true
Size: 407 Bytes
Versions: 33
Compression:
Stored size: 407 Bytes
Contents
$card-grid-margin-bottom: map-get($grid-column-gutter, medium); .card-grid{ display: flex; flex-wrap: wrap; &:before{ width: 0; //fixes a flexbox bug in Safari with the clearfix element } .column{ margin-bottom: $card-grid-margin-bottom; } .card{ margin-bottom: 0; display: flex; flex-direction: column; height: 100%; } .card__content{ flex-grow: 1; } }
Version data entries
33 entries across 33 versions & 2 rubygems