From 4217a05ae9e90c5a7f1a30881cee5b45d60cd21b Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Thu, 21 Oct 2021 13:40:28 -0400
Subject: [PATCH] Make the background images closer to exactly the same size on
 /welcome, #338

---
 apps/routerconsole/jsp/themes/console/light/console.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index b559b11880..1f459114aa 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -4887,13 +4887,14 @@ img.wizard.progress {
 }
 
 .wizardimg {
-    max-width: 50%;
+    max-width: 75%;
     max-height: 100%;
     margin: auto;
+    top: 0;
+    z-index: 0;
+    position: absolute;
+    right: 0%;
     mix-blend-mode: multiply;
-    margin-left: 40%;
-    margin-top: -10%;
-    position: relative;
 }
 
 .langselect:hover {
-- 
GitLab