diff --git a/Web/templates/base.html b/Web/templates/base.html
index cfdd046..e154df8 100755
--- a/Web/templates/base.html
+++ b/Web/templates/base.html
@@ -203,11 +203,13 @@
#loginNavbar .invario-logo {
display: block;
- height: 48px;
+ height: 78px;
width: auto;
- max-width: min(58vw, 280px);
+ max-width: min(72vw, 420px);
object-fit: contain;
filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45));
+ margin-top: -14px;
+ margin-bottom: -14px;
}
.navbar-text.tenant-badge {
@@ -357,8 +359,10 @@
}
#loginNavbar .invario-logo {
- height: 34px;
- max-width: 62vw;
+ height: 52px;
+ max-width: 72vw;
+ margin-top: -6px;
+ margin-bottom: -6px;
}
}