diff --git a/Web/templates/base.html b/Web/templates/base.html
index e154df8..554ada9 100755
--- a/Web/templates/base.html
+++ b/Web/templates/base.html
@@ -203,13 +203,13 @@
#loginNavbar .invario-logo {
display: block;
- height: 78px;
+ height: 64px;
width: auto;
- max-width: min(72vw, 420px);
+ max-width: min(68vw, 360px);
object-fit: contain;
- filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45));
- margin-top: -14px;
- margin-bottom: -14px;
+ filter: none;
+ margin-top: 0;
+ margin-bottom: 0;
}
.navbar-text.tenant-badge {
@@ -359,10 +359,10 @@
}
#loginNavbar .invario-logo {
- height: 52px;
- max-width: 72vw;
- margin-top: -6px;
- margin-bottom: -6px;
+ height: 44px;
+ max-width: 70vw;
+ margin-top: 0;
+ margin-bottom: 0;
}
}