Skip to content

Commit 9cd64b5

Browse files
committed
min-height
1 parent 884c379 commit 9cd64b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Gam.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ function GamAd({
8080

8181
return (
8282
<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} />
83+
{/* <div className="flex items-center justify-center">{children}</div> */}
84+
<div data-fuse={gamId} className="w-full min-h-[200px]" />
8585
</div>
8686
)
8787
}

0 commit comments

Comments
 (0)