website/_sass/pagination/_home_post_list.scss
2018-10-20 15:30:02 +08:00

9 lines
133 B
SCSS

main .home {
> .home-post:not(:first-of-type) {
margin-top: 3em;
}
> .home-post > * {
margin: 0;
}
}