From 480c84abec5fafd71a943f6a0b35abedacfdcde2 Mon Sep 17 00:00:00 2001 From: Austin Rooks Date: Fri, 28 Jun 2024 15:46:24 -0500 Subject: [PATCH] make space for the game --- templates/game.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/game.html b/templates/game.html index df721ef..aa0d15b 100644 --- a/templates/game.html +++ b/templates/game.html @@ -10,7 +10,10 @@ flex-direction: row; align-content: center; position: relative; - margin-top: -20rem; + margin-top: -62rem; + } + footer { + margin-top: 50rem !important; }