Skip to content

Commit 92b25b8

Browse files
committed
Just remove the negative margin
1 parent 82efc98 commit 92b25b8

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
@@ -106,7 +106,7 @@ function RelatedPostsForGuest({
106106
</StyledRowLink>
107107
</Row>
108108
) : (
109-
<Row style={{ marginBottom: '-0.5rem' }}>
109+
<Row>
110110
<RelatedPostAd isMobile />
111111
</Row>
112112
);

0 commit comments

Comments
 (0)