Skip to content

Commit

Permalink
thrive_style.css (Revolutionary-Games#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
xkevin168 authored and hhyyrylainen committed Sep 3, 2018
1 parent f9a4c44 commit a1cb832
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions scripts/gui/thrive_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a1cb832

Please sign in to comment.