cheatsheets/_sass/2017/components/related-posts-group.scss

18 lines
277 B
SCSS

/*
* Group
*/
.related-posts-group {
& > h3 {
@include font-size(1);
color: $base-a;
margin: 0;
padding: 0;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: solid 1px $dark-line-color;
line-height: 1.2;
font-weight: 400;
}
}