iframe fixed for contacts

This commit is contained in:
Alma 2025-04-09 12:02:13 +02:00
parent 5f77ac76ae
commit 1881d99fd2

View File

@ -11,7 +11,7 @@ export default async function Page() {
return (
<main className="w-full h-screen bg-black">
<div className="w-full h-full pt-16">
<div className="w-full h-full pt-12">
<iframe
src="https://espace.slm-lab.net/apps/contacts"
className="w-full h-full border-none"
@ -19,8 +19,8 @@ export default async function Page() {
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
style={{
marginTop: '-64px',
marginLeft: '-250px',
width: 'calc(100% + 250px)'
marginLeft: '-200px',
width: 'calc(100% + 200px)'
}}
allowFullScreen
/>