blog-source/themes/next/source/css/_common/components/post/post-eof.styl
2022-03-15 20:46:31 +08:00

12 lines
207 B
Stylus

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