diff --git a/static/css/game.css b/static/css/game.css index 2b0aa55..35a7f60 100644 --- a/static/css/game.css +++ b/static/css/game.css @@ -20,6 +20,7 @@ border-right: none; border-bottom: none; height: min-content; + min-width: 500px; } .header { diff --git a/static/css/game_page.css b/static/css/game_page.css index e707284..108b017 100644 --- a/static/css/game_page.css +++ b/static/css/game_page.css @@ -5,5 +5,7 @@ } .game { - width: 33%; + width: 95%; + max-width: 700px; + min-width: 600px; } \ No newline at end of file