fix(ui): update logo dimensions and margins in login navbar for improved visibility

This commit is contained in:
2026-05-09 00:54:52 +02:00
parent 3458f9e8f3
commit 857f1e7299
+6 -6
View File
@@ -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;
}
}