From 9b080c9f1cf95ec9b234bc20f87538710f084256 Mon Sep 17 00:00:00 2001 From: Chris Bongers Date: Thu, 6 Feb 2025 15:16:12 +0200 Subject: [PATCH] fix: issue with consent space --- .../shared/src/components/video/YoutubeVideoWithoutConsent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/components/video/YoutubeVideoWithoutConsent.tsx b/packages/shared/src/components/video/YoutubeVideoWithoutConsent.tsx index 72f6f97d37..0a0b446335 100644 --- a/packages/shared/src/components/video/YoutubeVideoWithoutConsent.tsx +++ b/packages/shared/src/components/video/YoutubeVideoWithoutConsent.tsx @@ -18,7 +18,7 @@ export interface YoutubeVideoWithoutConsentProps { const Container = classed( 'div', - 'relative w-full overflow-hidden rounded-16 pt-[56.25%]', + 'relative mb-7 w-full overflow-hidden rounded-16 pt-[56.25%]', ); const Background = classed(