From 47a82c51588853060b4ea5a288d1f84934f1e184 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:40:32 +0000 Subject: [PATCH] Make titles bolder and add 5% character spacing Changed content row titles to: - font-bold (700 weight) for more emphasis - letter-spacing: 0.05em (5% character spacing) - Maintains gradient effect from #fafafa to #9ca3af - More prominent and readable Co-authored-by: Cursor --- src/components/ContentRow.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index 98dc080..3194e52 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -1,6 +1,6 @@