From 819bf3b60fd7ba1aa98bdd0070738303d70e1363 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 16:15:53 -0700 Subject: Increase brand font size from 1.55rem to 1.8rem Co-Authored-By: Claude Haiku 4.5 --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index b9ab7dd..bc5c2e2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -61,7 +61,7 @@ textarea { .brand { font-family: 'Cormorant Garamond', Georgia, serif; - font-size: 1.55rem; + font-size: 1.8rem; color: var(--accent); } -- cgit v1.3-2-g0d8e