style: Limit video embed max-width to 3xl on large screens
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-23 00:35:09 -08:00
parent 18cc7ea011
commit d706a777a7

View file

@ -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" />