Skip to content

Commit 545bb4b

Browse files
committed
Set margin for row
1 parent a7872f9 commit 545bb4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/containers/post/RelatedPostsForGuest.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ function RelatedPostsForGuest({
103103
</div>
104104
</Row>
105105
) : (
106-
<RelatedPostAd isMobile />
106+
<Row>
107+
<RelatedPostAd isMobile />
108+
</Row>
107109
);
108110
})}
109111
</Wrapper>

0 commit comments

Comments
 (0)