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 884c379 commit 9cd64b5Copy full SHA for 9cd64b5
src/components/Gam.tsx
@@ -80,8 +80,8 @@ function GamAd({
80
81
return (
82
<div {...props} className="grid [&>*]:col-start-1 [&>*]:row-start-1">
83
- <div className="flex items-center justify-center">{children}</div>
84
- <div data-fuse={gamId} />
+ {/* <div className="flex items-center justify-center">{children}</div> */}
+ <div data-fuse={gamId} className="w-full min-h-[200px]" />
85
</div>
86
)
87
}
0 commit comments