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;
}
}