diff --git a/Web/templates/base.html b/Web/templates/base.html
index 8d91d2b..72ad5cd 100755
--- a/Web/templates/base.html
+++ b/Web/templates/base.html
@@ -179,7 +179,7 @@
#loginNavbar {
padding-top: 0;
padding-bottom: 0;
- min-height: 56px;
+ min-height: 28px;
overflow: visible;
}
@@ -192,10 +192,10 @@
}
#loginNavbar .container-fluid {
- padding-top: 4px;
- padding-bottom: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
align-items: center;
- min-height: 56px;
+ min-height: 28px;
}
.navbar-brand {
@@ -217,14 +217,14 @@
#loginNavbar .invario-logo {
display: block;
- height: 94px;
+ height: 114px;
width: auto;
- max-width: min(75vw, 460px);
+ max-width: min(78vw, 520px);
object-fit: contain;
filter: none;
margin-top: 0;
margin-bottom: 0;
- transform: translateY(28px);
+ transform: translateY(8px);
}
.navbar-text.tenant-badge {
@@ -374,11 +374,11 @@
}
#loginNavbar .invario-logo {
- height: 74px;
+ height: 94px;
max-width: 80vw;
margin-top: 0;
margin-bottom: 0;
- transform: translateY(20px);
+ transform: translateY(6px);
}
}