You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
375 B

// ==============================
// Post
// ==============================
.posts {
margin-bottom: $post-list-margin-bottom;
}
.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';
}