Sha256: bb34a5e3b47468ada806d71de3fa50265037b59a86d653b478e8d78203360562

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

.post-title {
	color: $color-post-title;
	font-weight: $font-bold;
	letter-spacing: -.025em;
	padding: 0;
	margin-bottom: 0;
	a {
		@extend .post-title;
		&:hover {
			color: $color-post-title-hover;
		}
	}
}

.post-date {
	font-family: $font-family-georgia;
	font-style: italic;
	color: $color-gray-smoke;
	margin: 1.3em 0;
}

.post img {
	@extend .img-responsive;
}

.post-header.featured_image {
	background-size: cover;
	background-position: center center;
	margin: 0 0 3.2em;
	padding-bottom: 56.25%;
}

@media (max-width: 48em) {
    .post-header.featured_image {
		padding-bottom: 60%;
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
krad-3.7.5 _sass/layouts/_post.scss
krad-3.7.4 _sass/layouts/_post.scss