We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257f29b commit 711019eCopy full SHA for 711019e
src/containers/post/RelatedPostAd.tsx
@@ -27,7 +27,7 @@ function RelatedPostAd({ isMobile }: Props) {
27
className="adsbygoogle"
28
style={{ display: 'block' }}
29
data-ad-format="fluid"
30
- data-ad-layout-key="-7v+er-k-t+3r"
+ data-ad-layout-key="-7n+eu-z-1k+6t"
31
data-ad-client="ca-pub-5574866530496701"
32
data-ad-slot="9497725960"
33
/>
src/containers/post/RelatedPostsForGuest.tsx
@@ -142,7 +142,7 @@ function RelatedPostsForGuest({
142
</StyledLink>
143
</Item>
144
) : (
145
- <Item style={{ marginBottom: '-0.75rem' }}>
+ <Item style={{ marginBottom: '-0.25rem' }}>
146
<RelatedPostAd />
147
148
),
0 commit comments