Sha256: b5a052cb11816b1eb723d433b8bc89eee55708f45ff9fa83f242714eee37699b
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 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%; justify-content: space-between; } }
Version data entries
7 entries across 7 versions & 1 rubygems