From 290c23c4d2be8cd0121e1837853fbdff942a4b16 Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 12:15:02 +0200 Subject: [PATCH] iframe fixed for contacts 4 --- app/contacts/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/contacts/page.tsx b/app/contacts/page.tsx index 169fb97d..fc10586c 100644 --- a/app/contacts/page.tsx +++ b/app/contacts/page.tsx @@ -20,9 +20,9 @@ export default async function Page() { style={{ marginTop: '-64px', marginLeft: '-180px', - width: 'calc(100% + 360px)', + width: 'calc(100% + 500px)', position: 'relative', - right: '-90px' + right: '-160px' }} allowFullScreen />