Sha256: edac86df863cf00d39466e60137e90d4391738125af12b76c98408835bb03567

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 KB

Contents

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article {
	h1 {
		margin-bottom: 20px;
	}

	h2 {
		margin: 31px 0;
	}

	figure {
		margin: 55px 0 65px;
		width: 100%; 
		max-width: 59.2rem;
	}

	figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: left center;
	}

	p {
		line-height: 1.76;
		margin-bottom: 30px;
	}

	.article__meta {
		margin-bottom: 30px;
	}

	.article__meta ul {
		padding: 0;
		display: flex;
		align-items: center;
		list-style: none;
		color: $danger;
	}

	.article__meta li + li {
		position: relative;
		margin-left: 8px;
		padding-left: 7px;

		&:before {
			content: '';
			display: inline-block;
			width: 3px;
			height: 3px;
			border-radius: 50%;
			background: $danger;
			position: absolute;
			top: 11px;
			left: 0;
		}
	}

	.article__tiles {
		max-width: 710px;
		margin-bottom: 45px;
	}

	.article__video {
		max-width: 780px;

		iframe {
			width: 100%;
		}
	}

	.article__table {
		margin-bottom: 58px;
		max-width: 1024px;
	}

	.article__entry {
		max-width: 910px;
	}

	.article__entry p span {
		padding: 0 2px;
		background: #f5f6fa;
		border: 1px solid #dddddd;
		border-radius: 3px;
		display: inline-block;
	}

	.article__btn {
		margin-bottom: 57px;
		margin-top: 10px;
	}
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
nsit-jekyll-theme-0.1.0 _sass/_article.scss
raikar11-0.1.3 _sass/_article.scss
raikar11-0.1.2 _sass/_article.scss
raikar11-0.1.1 _sass/_article.scss
raikar11-0.1.0 _sass/_article.scss