diff --git a/common/loginpage/noconnect/index.html.deploy b/common/loginpage/noconnect/index.html.deploy
index de1500023..f6450b9c2 100644
--- a/common/loginpage/noconnect/index.html.deploy
+++ b/common/loginpage/noconnect/index.html.deploy
@@ -37,9 +37,9 @@
}
svg.icon {
- width: 170px;
- height: 170px;
- margin-bottom: 20px;
+ width: 300px;
+ height: 300px;
+ /* margin-bottom: 20px; */
}
.description {
diff --git a/common/loginpage/noconnect/styles.css b/common/loginpage/noconnect/styles.css
index 435b9cbb5..9cef8b99b 100644
--- a/common/loginpage/noconnect/styles.css
+++ b/common/loginpage/noconnect/styles.css
@@ -12,9 +12,9 @@
}
.box-connection-error svg.icon {
- width: 170px;
- height: 170px;
- margin-bottom: 20px;
+ width: 300px;
+ height: 300px;
+ /* margin-bottom: 20px; */
}
.box-connection-error .description {