From dcf524fdb7f354f5edb8753e56ef223675c4b341 Mon Sep 17 00:00:00 2001 From: Jon Church Date: Wed, 4 Feb 2026 21:21:50 -0500 Subject: [PATCH] fix: limit trademark line length so it doesnt stretch (#2179) --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 13b755cd..b64b4fc3 100644 --- a/css/style.css +++ b/css/style.css @@ -743,6 +743,7 @@ footer { opacity: 0.8; margin-top: 8px; text-align: center; + max-width: 35rem; } #footer-copyright {