Changing margins.

This commit is contained in:
Dessalines 2019-08-30 14:46:35 -07:00
parent ed5043cd84
commit f0dc7f8356

View File

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