chore(nextjs): wraps slide layouts with 16:9 box

This commit is contained in:
sauravniraula 2025-07-25 02:19:12 +05:45
parent a5a2a23fb0
commit 30ae6ebff2
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -100,7 +100,7 @@ const GroupLayoutPreview = () => {
</div>
{/* Layout Content */}
<div className="bg-gray-50">
<div className="bg-gray-50 aspect-video max-w-[1280px] w-full">
<LayoutComponent data={sampleData} />
</div>
</Card>