Skip to content

Commit 3cd5b73

Browse files
committed
Try responsive ads one more time
1 parent a9989bc commit 3cd5b73

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/components/common/AdFeed.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ function AdFeed() {
99

1010
return (
1111
<Block>
12-
<ins
12+
{/* <ins
1313
className="adsbygoogle"
1414
style={{ display: 'block' }}
1515
data-ad-format="fluid"
1616
data-ad-layout-key="-6z+el+w-4n+70"
1717
data-ad-client="ca-pub-5574866530496701"
1818
data-ad-slot="8258809297"
19+
></ins> */}
20+
<ins
21+
className="adsbygoogle"
22+
style={{ display: 'block' }}
23+
data-ad-client="ca-pub-5574866530496701"
24+
data-ad-slot="6548419604"
25+
data-ad-format="auto"
26+
data-full-width-responsive="true"
1927
></ins>
2028
</Block>
2129
);
@@ -38,6 +46,7 @@ const Block = styled.div`
3846
width: 100%;
3947
margin-top: 1rem;
4048
margin-bottom: 1rem;
49+
min-height: 5rem;
4150
}
4251
`;
4352

0 commit comments

Comments
 (0)