From 386bc6806c0c44e41bfbe2697e2aa78ee67c1da9 Mon Sep 17 00:00:00 2001 From: Gus Ruben Date: Tue, 29 Jul 2025 17:57:28 -0400 Subject: [PATCH] Fix h1 sizing --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 594549d..b0aeb4b 100644 --- a/src/app.css +++ b/src/app.css @@ -44,7 +44,7 @@ .prose h1 { color: #2f5e88; position: relative; - width: max-content; + width: fit-content; } .prose h1::after { content: "";