From a91666ad694c90c4cb53a443fb563710a72276ad Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 27 Aug 2026 18:33:47 +0200 Subject: [PATCH] Constrain MetalCircle wordmark width --- app/static/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/static/css/style.css b/app/static/css/style.css index 9dc45c5..048552f 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -63,9 +63,10 @@ header { .brand-logo { display: block; - width: min(220px, 42vw); - height: auto; - max-height: 58px; + width: min(220px, 42vw) !important; + max-width: 100%; + height: auto !important; + max-height: 58px !important; object-fit: contain; }