website/_sass/pagination/_home_post_list.scss

9 lines
133 B
SCSS
Raw Normal View History

2018-10-20 07:30:02 +00:00
main .home {
> .home-post:not(:first-of-type) {
margin-top: 3em;
}
> .home-post > * {
margin: 0;
}
}