diff --git a/.replit b/.replit index 4295f2a..8090e93 100644 --- a/.replit +++ b/.replit @@ -16,7 +16,7 @@ localPort = 5000 externalPort = 80 [[ports]] -localPort = 35163 +localPort = 41645 externalPort = 3000 [env] diff --git a/attached_assets/image_1758102583207.png b/attached_assets/image_1758102583207.png new file mode 100644 index 0000000..f79f074 Binary files /dev/null and b/attached_assets/image_1758102583207.png differ diff --git a/client/src/components/adsense-ad.tsx b/client/src/components/adsense-ad.tsx index dcea0e5..cbbdb69 100644 --- a/client/src/components/adsense-ad.tsx +++ b/client/src/components/adsense-ad.tsx @@ -31,8 +31,8 @@ export default function AdSenseAd({ const adStyle: React.CSSProperties = { display: 'block', - minWidth: '300px', - minHeight: '250px' + maxWidth: '728px', + maxHeight: '90px' }; if (adFormat !== 'auto' && width && height) { @@ -40,7 +40,7 @@ export default function AdSenseAd({ adStyle.height = `${height}px`; } else { adStyle.width = '100%'; - adStyle.height = 'auto'; + adStyle.height = '90px'; } return (