Sha256: b0b47c47d3434ed0e53210bea39d446637a9ef052a0dcde0654355099e431c91
Contents?: true
Size: 510 Bytes
Versions: 10
Compression:
Stored size: 510 Bytes
Contents
/* Image */ .image { display: inline-block; border: 0; img { display: block; width: 100%; } &.featured { display: block; width: 100%; margin: 0 0 2em 0; } &.fit { display: block; width: 100%; } &.left { float: left; margin: 0 2em 2em 0; } &.centered { display: block; margin: 0 0 2em 0; img { margin: 0 auto; width: auto; } } }
Version data entries
10 entries across 10 versions & 2 rubygems