apprendre page

This commit is contained in:
alma 2025-04-21 12:13:05 +02:00
parent 7888170e07
commit 913aead9c4

View File

@ -18,8 +18,8 @@ export default async function Page() {
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
className="relative"
style={{
marginTop: '-50px', // Adjust this value based on the Nextcloud navbar height
height: 'calc(100% + 50px)' // Compensate for the negative margin
marginTop: '-50px',
height: 'calc(100% + 50px)'
}}
/>
</div>