diff --git a/static/nryg.less b/static/nryg.less index 69adba05..73303614 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -299,6 +299,23 @@ table { //Dirtiest hack ever .game-panels { font-size: 0; + width: 380px; + margin-left: auto; + margin-right: auto; + + @media (min-width: 792px) + { + width: 776px; + } + + @media (min-width: 1180px) + { + width: 1164px; + } + + @media (min-width: 1568px) { + width: 1552px; + } .game-panel { font-size: medium; @@ -576,6 +593,7 @@ table { width: 124px; border-radius: 4px; display: inline-block; + background-color: rgba(0, 0, 0, 10%); } } @@ -916,6 +934,11 @@ table { { width: 1164px; } + + @media (min-width: 1568px) + { + width: 1552px; + } } .mysterystatus i { diff --git a/templates/game.html b/templates/game.html index 35aeb415..1e330943 100644 --- a/templates/game.html +++ b/templates/game.html @@ -13,11 +13,13 @@