From e42555323e48c8d2ec44d47b58a22a64afa7affc Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:38:41 +0000 Subject: [PATCH] Make content row titles uppercase and bolder Changed section titles (Featured Films, etc.) to: - Uppercase with 'uppercase' class - font-bold on mobile, font-extrabold on desktop - More prominent and attention-grabbing Co-authored-by: Cursor --- src/components/ContentRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index e0471cc..07312a6 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -1,6 +1,6 @@