From 857f1e729954bae6a0ee268542ad142e16ef947c Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sat, 9 May 2026 00:54:52 +0200 Subject: [PATCH] fix(ui): update logo dimensions and margins in login navbar for improved visibility --- Web/templates/base.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index 554ada9..76e0a9c 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -203,12 +203,12 @@ #loginNavbar .invario-logo { display: block; - height: 64px; + height: 94px; width: auto; - max-width: min(68vw, 360px); + max-width: min(75vw, 460px); object-fit: contain; filter: none; - margin-top: 0; + margin-top: 20px; margin-bottom: 0; } @@ -359,9 +359,9 @@ } #loginNavbar .invario-logo { - height: 44px; - max-width: 70vw; - margin-top: 0; + height: 74px; + max-width: 80vw; + margin-top: 20px; margin-bottom: 0; } }