diff --git a/src/server/views/transition-page.ejs b/src/server/views/transition-page.ejs index c33a51418..2030644be 100644 --- a/src/server/views/transition-page.ejs +++ b/src/server/views/transition-page.ejs @@ -27,6 +27,17 @@ #bottom-container { height: 50vh; background-color: #384a51; + text-align: center; + position: relative; + } + + #bottom-container img { + position: absolute; + bottom: 0; + margin-bottom: 110px; + width: 96px; + height: 30px; + margin-left: -48px; } #main-message { @@ -71,6 +82,7 @@ border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); padding: 24px 36px; + z-index: 1000; } #card h3 { @@ -106,7 +118,7 @@