Skip to content

Commit 5aa5305

Browse files
committed
Set smaller negative margin
1 parent 70fca52 commit 5aa5305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/post/RelatedPostsForGuest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function RelatedPostsForGuest({
108108
</StyledRowLink>
109109
</Row>
110110
) : (
111-
<Row style={{ marginBottom: '-1.5rem' }}>
111+
<Row style={{ marginBottom: '-1rem' }}>
112112
<RelatedPostAd isMobile />
113113
</Row>
114114
);

0 commit comments

Comments
 (0)