chore(nextjs): wraps slide layouts with 16:9 box
This commit is contained in:
parent
a5a2a23fb0
commit
30ae6ebff2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue