diff --git a/scripts/gui/thrive_style.css b/scripts/gui/thrive_style.css index a8f8ea880a9..2397748f3cc 100644 --- a/scripts/gui/thrive_style.css +++ b/scripts/gui/thrive_style.css @@ -158,12 +158,28 @@ video { width: auto; } -.MainMenu{ - +.MainMenu +{ position: relative; width: auto; - top:50vh; - margin-top:-140px; + top: 50vh; + margin-top: -140px; +} + +@media (max-height: 899px) +{ + .MainMenu + { + margin-top: -70px; + } +} + +@media (max-height: 720px) +{ + .MainMenu + { + margin-top: -50px; + } } .PauseMenu{