From 87e8ae77112237df989e07be2a7795a4bcef5f03 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Fri, 8 Aug 2025 00:51:49 +0100 Subject: [PATCH] style: Constrain header logo max width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a9f180e..9ce03fb 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ body { .header-logo { display: block; margin: 0 auto 20px auto; - max-width: 100%; + max-width: 60%; } .grid {