Sha256: 35bdc1fc671f4e59a4fe5b5d9c6b0ca8d419cfee291e509f401aedda0904eabe
Contents?: true
Size: 877 Bytes
Versions: 45
Compression:
Stored size: 877 Bytes
Contents
.galleries--index .mini { float: left; } .galleries--title { // text-align: center; } div.galleries-show { > * { border-bottom: 2px solid red; } > *:last-child { border-bottom: none; } .row-large .goto { display: none; } } .row-thumbs { .items { flex-wrap: wrap; align-items: flex-start; } } .row-large .item { // border: 1px solid red; border-radius: 20px; display: block; margin-bottom: 1em; max-height: 95vh; padding: 10px; padding-bottom: 50px; background: #cecece; .wrapper { width: 100%; height: 80vh; background-repeat: no-repeat; background-position: center center; background-size: contain; img { max-height: 100%; max-width: 100%; } } } .orderable-items { .item { border: 1px solid red; padding: 10px; max-width: Min(125px, 30vw); } }
Version data entries
45 entries across 45 versions & 1 rubygems