12 lines
207 B
Stylus
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;
|
|
}
|
|
}
|