Skip to content

Commit 770e041

Browse files
committed
fix: make ad responsive
1 parent 432615d commit 770e041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/app/docs/@aside/[name]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function HookAside() {
3434
<div className="mt-4">
3535
<ins
3636
className="adsbygoogle"
37-
style={{ display: "block", width: 240, height: 400 }}
37+
style={{ display: "block" }}
3838
data-ad-client="ca-pub-1640905025052378"
3939
data-ad-slot="9540285659"
4040
data-ad-format="auto"

apps/www/app/docs/@aside/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function DocsAside() {
3535
<div className="mt-4">
3636
<ins
3737
className="adsbygoogle"
38-
style={{ display: "block", width: 240, height: 400 }}
38+
style={{ display: "block" }}
3939
data-ad-client="ca-pub-1640905025052378"
4040
data-ad-slot="9540285659"
4141
data-ad-format="auto"

0 commit comments

Comments
 (0)