From f5c53f01bf8c9c0bc34a145ed180779abf5a99c9 Mon Sep 17 00:00:00 2001 From: ruslan Date: Mon, 3 Aug 2026 14:01:24 +0000 Subject: [PATCH] Reduce login logo size 72px -> 54px --- 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 37804fb..c57ade8 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -937,7 +937,7 @@ button { .login-corner-logo { display: block; - height: 72px; + height: 54px; width: auto; margin-bottom: 1.5rem; filter: brightness(0) invert(1);