From a02e1097fdaa20753090401c6e4dc14c144a4bad Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Fri, 21 Jun 2024 16:37:22 +0100 Subject: [PATCH] sponsorship ad dimensions --- src/components/AdSlot/SponsorshipAd.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AdSlot/SponsorshipAd.svelte b/src/components/AdSlot/SponsorshipAd.svelte index 0bf86ed4..9e42f54a 100644 --- a/src/components/AdSlot/SponsorshipAd.svelte +++ b/src/components/AdSlot/SponsorshipAd.svelte @@ -60,8 +60,8 @@ flex-direction: column; justify-content: center; align-items: center; - width: 195px; - height: 32px; + width: 100%; + min-height: 32px; div.ad-slot__inner { margin: auto 0; width: 100%;