1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-25 10:38:50 +02:00
blog/_src/assets/less/content-related.less

30 lines
542 B
Plaintext

// Related Posts
/////////////////////////////////////
.related-posts {
.row { margin-top: 0 }
}
.related-posts-title {
&:extend(.heading-band, .h3);
margin-bottom: @line-height-computed;
}
.related-post {
.post-title {
&:extend(.h6);
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
}
.post-title,
.post-title-link {
color: @brand-grey-light;
.transition;
&:hover { color: @link-color }
}
.post-title-link { display: block }
}