From d706a777a70e2bbeeb52988d1c9ad34fc10f7817 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Tue, 23 Dec 2025 00:35:09 -0800 Subject: [PATCH] style: Limit video embed max-width to 3xl on large screens --- frontend/app/performances/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/performances/[id]/page.tsx b/frontend/app/performances/[id]/page.tsx index 82db1f6..4f0d10e 100644 --- a/frontend/app/performances/[id]/page.tsx +++ b/frontend/app/performances/[id]/page.tsx @@ -144,7 +144,7 @@ export default async function PerformanceDetailPage({ params }: { params: Promis {/* Video Section - Show when performance has a video */} {performance.youtube_link && ( - +