Remove dividing lines again.

pull/722/head
Dessalines 2019-08-29 16:46:09 -07:00
parent 8d1db3c395
commit 4f427d0e61
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ export class PostListings extends Component<PostListingsProps, any> {
{this.props.posts.length > 0 ? this.props.posts.map(post =>
<>
<PostListing post={post} showCommunity={this.props.showCommunity} />
<hr class="my-2" />
<hr class="d-md-none my-2" />
<div class="d-none d-md-block my-3"></div>
</>
) :
<>