diff --git a/public/500.html b/public/500.html index 6521bb193..7fd7c9407 100644 --- a/public/500.html +++ b/public/500.html @@ -52,12 +52,10 @@ text-align: center !important; } .newTable{ - padding-top: 120px; background-color: #F0F5FF; position: relative; height: 100vh; text-align: center; - box-sizing: border-box; } .newMargin{ position: absolute; @@ -65,6 +63,17 @@ bottom: 0; width: 100%; } + + .mainImg { + position: absolute; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + z-index: 10; + }