Skip to content

Commit 82efc98

Browse files
committed
Fix marginBottom
1 parent 711019e commit 82efc98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/containers/post/RelatedPostsForGuest.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function RelatedPostsForGuest({
5959
[0, 2],
6060
[1, 3],
6161
[1, 5],
62-
[2, 3],
6362
[2, 4],
6463
[3, 5],
6564
];
@@ -107,7 +106,7 @@ function RelatedPostsForGuest({
107106
</StyledRowLink>
108107
</Row>
109108
) : (
110-
<Row style={{ marginBottom: '-1rem' }}>
109+
<Row style={{ marginBottom: '-0.5rem' }}>
111110
<RelatedPostAd isMobile />
112111
</Row>
113112
);

0 commit comments

Comments
 (0)