hugo-theme-even/src/css/_partial/_post.scss

23 lines
407 B
SCSS
Raw Normal View History

2017-08-27 14:38:42 +00:00
// ==============================
// Post
// ==============================
.posts {
margin-bottom: $post-list-margin-bottom;
border-bottom: $post-border;
}
.post {
padding: $post-padding;
& + .post {
border-top: $post-border;
}
@import '_post/header';
@import '_post/toc';
@import '_post/content';
@import '_post/copyright';
@import '_post/reward';
@import '_post/footer';
}