From 2a494dfa5e55bab73c994829e0aa9af1b21e9c8c Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 8 Jun 2026 09:39:06 +0000 Subject: [PATCH] Reduce left panel title font size to fit narrow column --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 4bd86a8..e5bc124 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -969,7 +969,7 @@ button { .login-left-title { - font-size: clamp(1.65rem, 2.6vw, 2.25rem); + font-size: clamp(1.2rem, 1.8vw, 2.0rem); font-weight: 800; color: #ffffff; margin: 0 0 1.1rem;