Sha256: e80629871cace028fce0d1efd64fc031f13d179eae46217bdbb134f0b7fc6164
Contents?: true
Size: 392 Bytes
Versions: 8
Compression:
Stored size: 392 Bytes
Contents
$width: 180px; $height: 450px; ul.grid { list-style-type: none; padding-inline-start: unset; display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax($width, 1fr)); clear: both; li { position: relative; text-align: center; .disabled { opacity: .7; } } img { object-fit: cover; width: 100%; max-height: $height; } }
Version data entries
8 entries across 8 versions & 1 rubygems