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

18 lines
255 B
SCSS

/*
* Related posts
*/
.related-posts-area {
& {
@include section-with-container;
padding-top: 16px;
padding-bottom: 16px;
background: $gray-bg;
}
@media (min-width: 481px) {
padding-top: 64px;
padding-bottom: 64px;
}
}