style: Limit video embed max-width to 3xl on large screens
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
This commit is contained in:
parent
18cc7ea011
commit
d706a777a7
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
|
||||||
|
|
||||||
{/* Video Section - Show when performance has a video */}
|
{/* Video Section - Show when performance has a video */}
|
||||||
{performance.youtube_link && (
|
{performance.youtube_link && (
|
||||||
<Card className="border-2 border-red-500/20 bg-gradient-to-br from-red-500/5 to-transparent">
|
<Card className="border-2 border-red-500/20 bg-gradient-to-br from-red-500/5 to-transparent max-w-3xl">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="flex items-center gap-2">
|
<CardTitle className="flex items-center gap-2">
|
||||||
<Youtube className="h-5 w-5 text-red-500" />
|
<Youtube className="h-5 w-5 text-red-500" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue