Sha256: f3df3f8f8bb00990a325d2c937eb7477e8886acba2aa663ae1c52325418de96e
Contents?: true
Size: 558 Bytes
Versions: 55
Compression:
Stored size: 558 Bytes
Contents
/* utils */ .thumbnails { display: flex; } .row-thumbs .item { margin-bottom: 1em; border: 1px solid red; padding: 10px; img { margin-top: 10px; } } .row-large .item { border: 1px solid red; display: block; padding: 10px; margin: 10px; height: 90vh; max-width: 100vw; .goto { display: none; } .wrapper { width: 100%; height: 80vh; background-repeat: no-repeat; background-position: center center; background-size: contain; img { max-height: 100%; max-width: 100%; } } }
Version data entries
55 entries across 55 versions & 1 rubygems