Sha256: d1d91b414ee2de7d26716a9fabc4df05cd55d251b94695c529bef464fb6c2e53
Contents?: true
Size: 408 Bytes
Versions: 146
Compression:
Stored size: 408 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
146 entries across 146 versions & 2 rubygems