Sha256: e03b648ee9fb72cfb274ea4ca12d80f9bd2eeba67ed9e76caff1d81e4de784af

Contents?: true

Size: 883 Bytes

Versions: 4

Compression:

Stored size: 883 Bytes

Contents

///
/// Stellar by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Image */

	.image {
		border-radius: _size(border-radius);
		border: 0;
		display: inline-block;
		position: relative;

		img {
			border-radius: _size(border-radius);
			display: block;
		}

		&.left,
		&.right {
			max-width: 40%;

			img {
				width: 100%;
			}
		}

		&.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		&.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		&.fit {
			display: block;
			margin: 0 0 _size(element-margin) 0;
			width: 100%;

			img {
				width: 100%;
			}
		}

		&.main {
			display: block;
			margin: 0 0 (_size(element-margin) * 1.5) 0;
			width: 100%;

			img {
				width: 100%;
			}
		}
	}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-stellar-0.2.3 _sass/components/_image.scss
jekyll-theme-stellar-0.2.2 _sass/components/_image.scss
jekyll-theme-stellar-0.2.1 _sass/components/_image.scss
jekyll-theme-stellar-0.1.0 _sass/components/_image.scss