From e37abb55a1d4ab364b38ae71df35f5743179ef57 Mon Sep 17 00:00:00 2001 From: Elijah Steres Date: Mon, 4 Jan 2021 22:55:53 -0500 Subject: [PATCH] fix game page getting squashed on mobile --- static/css/game.css | 1 + static/css/game_page.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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