]> Untitled Git - lemmy.git/commitdiff
Changing margins.
authorDessalines <tyhou13@gmx.com>
Fri, 30 Aug 2019 21:46:35 +0000 (14:46 -0700)
committerDessalines <tyhou13@gmx.com>
Fri, 30 Aug 2019 21:46:35 +0000 (14:46 -0700)
ui/src/components/post-listings.tsx

index 2bbbea81c12a7d77ed12e0073fefd88fe22a8ed0..833c8e616b3cdbe7caaec5c0bdc6587ca9bf8829 100644 (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>
           </>
             ) : 
           <>