Sha256: a064a8e3abf24bfa737205282ba6718162b4ecf7b845ad248aa8b000fcecd7f2
Contents?: true
Size: 891 Bytes
Versions: 10
Compression:
Stored size: 891 Bytes
Contents
/// /// Forty by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Image */ .image { border: 0; display: inline-block; position: relative; img { display: block; } &.left, &.right { max-width: 30%; img { width: 100%; } } &.left { float: left; margin: 0 1.5em 1.25em 0; top: 0.25em; } &.right { float: right; margin: 0 0 1.25em 1.5em; top: 0.25em; } &.fit { display: block; margin: 0 0 _size(element-margin) 0; width: 100%; img { width: 100%; } } &.main { display: block; margin: (_size(element-margin) * 1.25) 0; width: 100%; img { width: 100%; } @include breakpoint(small) { margin: (_size(element-margin) * 0.75) 0; } } }
Version data entries
10 entries across 10 versions & 1 rubygems