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(