diff --git a/html/landing.ejs b/html/landing.ejs index 92cf4527..6c5f0f1a 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -232,6 +232,8 @@ section#landing-page { z-index: 999; } + + .content { border-radius: 26px; padding: 1em; @@ -241,9 +243,14 @@ section#landing-page { align-items: center; position: relative; top: 50%; - transform: translateY(50%); -} + transform: translateY(88%); + } + @media screen and (max-height: 643px) { + .content { + transform: translateY(50%); +} +} .content-inner{ padding: 10px; color:#fff; @@ -305,11 +312,11 @@ text-align:center; @media screen and (max-height: 643px) { .wave { - margin-bottom: -7em; - -} + margin-top: 14em; +} } + @media screen and (min-height: 768px) { .wave { position: absolute; @@ -401,20 +408,15 @@ z-index: 10; /* Was 2 */"