Skip to content

Commit a7872f9

Browse files
committed
Fix margin for guests
1 parent e4e484d commit a7872f9

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
@@ -136,7 +136,7 @@ function RelatedPostsForGuest({
136136
</StyledLink>
137137
</Item>
138138
) : (
139-
<Item style={{ margin: '-3.375rem' }}>
139+
<Item style={{ marginBottom: '-3.375rem' }}>
140140
<RelatedPostAd />
141141
</Item>
142142
),

0 commit comments

Comments
 (0)