Sha256: 9d980efa98a40274b30f6309474f8f08e8b96c4047d9ecd5d629c9d029c68344
Contents?: true
Size: 442 Bytes
Versions: 33
Compression:
Stored size: 442 Bytes
Contents
// // images.scss // Extended from Bootstrap // // Image cover // // Spans the whole with of the viewport .img-cover { width: 100vw; height: auto; margin-left: calc(50% - 50vw); } // Extending .img-fluid class to support nested images .img-fluid > img, .img-fluid > svg { max-width: inherit; height: inherit; } // Figure .figure { display: block; } .figure-img { margin-bottom: $spacer; }
Version data entries
33 entries across 33 versions & 2 rubygems