16 lines
236 B
Stylus
16 lines
236 B
Stylus
.posts-expand {
|
|
.post-eof {
|
|
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 {
|
|
hide();
|
|
}
|
|
}
|