fix margin issue on postlisting mobile view

This commit is contained in:
Alec Armbruster 2023-06-29 12:57:47 -04:00
parent 08370d4c4e
commit 6ca365fca1
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View file

@ -1373,7 +1373,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
<div className="d-block d-sm-none">
<article className="row post-container">
<div className="col-12">
{this.createdLine()}
<div className="mb-1">{this.createdLine()}</div>
{/* If it has a thumbnail, do a right aligned thumbnail */}
{this.mobileThumbnail()}