From 90b9e5d391126fa1229380e2541d853dc9b2bdcb Mon Sep 17 00:00:00 2001 From: Mimi Momo Date: Wed, 30 Sep 2020 21:05:29 -0500 Subject: [PATCH] game's footer appears after the body --- src/static/css/game.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/static/css/game.css b/src/static/css/game.css index 76be449..d327d69 100644 --- a/src/static/css/game.css +++ b/src/static/css/game.css @@ -29,8 +29,6 @@ ul { list-style-position: inside; } } .grid { - height: 100vh; - width: 100vw; display: grid; grid-template-columns: auto 800px auto; grid-template-rows: 25px 90px 1fr 100px; @@ -182,7 +180,7 @@ ul { list-style-position: inside; } } .footer-content { - background-color: #060d1a; + background-color: pink; padding-top: 5px; text-align: right; overflow: hidden;