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 02a6c1e commit 1d78ec7Copy full SHA for 1d78ec7
1 file changed
src/components/ads/HorizontalAdBanner.tsx
@@ -44,7 +44,9 @@ export function HorizontalAdBanner({ adSlot, ezoicPlacementId }: HorizontalAdBan
44
if (useEzoic) {
45
return (
46
<AdWrapper>
47
- <EzoicAd className="w-full" placementId={ezoicPlacementId} />
+ <div className="w-full min-h-[90px]">
48
+ <EzoicAd className="w-full" placementId={ezoicPlacementId} />
49
+ </div>
50
</AdWrapper>
51
);
52
}
0 commit comments