Cool-Y.github.io/themes/next/source/css/_common/components/post/post-eof.styl
2019-04-02 16:28:32 +08:00

18 lines
282 B
Stylus

.posts-expand {
.post-eof {
display: block;
margin: $post-eof-margin-top auto $post-eof-margin-bottom;
width: 8%;
height: 1px;
background: $grey-light;
text-align: center;
}
}
.post:last-child {
.post-eof.post-eof.post-eof {
display: none;
}
}