Sha256: 6ad2276f7e4caaf2f2b5a3ea1d743d3fc70aa37d75ecd79d71abcd507fc05c85
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
$width: 180px; $height: 180px; 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%; height: $height; } }
Version data entries
5 entries across 5 versions & 1 rubygems