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