summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listings.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-30 14:46:35 -0700
committerDessalines <tyhou13@gmx.com>2019-08-30 14:46:35 -0700
commitf0dc7f835693e946afd9843aa2510250b55ab76c (patch)
treee86fc859be247a8042ee2c926ae04bcfc1c36056 /ui/src/components/post-listings.tsx
parented5043cd84bd4c05290cbbc5be319d48b9f09307 (diff)
Changing margins.
Diffstat (limited to 'ui/src/components/post-listings.tsx')
-rw-r--r--ui/src/components/post-listings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post-listings.tsx b/ui/src/components/post-listings.tsx
index 2bbbea81..833c8e61 100644
--- a/ui/src/components/post-listings.tsx
+++ b/ui/src/components/post-listings.tsx
@@ -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>
</>
) :
<>