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