Skip to content

Commit 711019e

Browse files
committed
Make it look better
1 parent 257f29b commit 711019e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/post/RelatedPostAd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function RelatedPostAd({ isMobile }: Props) {
2727
className="adsbygoogle"
2828
style={{ display: 'block' }}
2929
data-ad-format="fluid"
30-
data-ad-layout-key="-7v+er-k-t+3r"
30+
data-ad-layout-key="-7n+eu-z-1k+6t"
3131
data-ad-client="ca-pub-5574866530496701"
3232
data-ad-slot="9497725960"
3333
/>

src/containers/post/RelatedPostsForGuest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function RelatedPostsForGuest({
142142
</StyledLink>
143143
</Item>
144144
) : (
145-
<Item style={{ marginBottom: '-0.75rem' }}>
145+
<Item style={{ marginBottom: '-0.25rem' }}>
146146
<RelatedPostAd />
147147
</Item>
148148
),

0 commit comments

Comments
 (0)