From ad921c7028a42ec6db9cc2a5a4d6d48d1bc9830d Mon Sep 17 00:00:00 2001 From: chimchooree Date: Fri, 15 Jul 2022 14:26:11 -0500 Subject: [PATCH] messing with footer --- src/static/css/demo.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/static/css/demo.css b/src/static/css/demo.css index c173d9c..e661e13 100755 --- a/src/static/css/demo.css +++ b/src/static/css/demo.css @@ -13,10 +13,23 @@ a { width: 100%; } +#wrap { + padding-bottom: 2.5rem; +} + +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 2.5rem; + color: aqua; +} + .grid { - height: 95vh; + height: 100vh; width: 100vw; display: grid; + position: relative; grid-template-columns: 1fr 60% 1fr; grid-template-rows: 5% 15% 60% 20%; grid-column-gap: 0px; @@ -165,11 +178,3 @@ a { bottom: 0em; }*/ -footer { - padding: 3em; - background-color: lightblue; - bottom: 0; - width: 100%; - height: 2.5rem; -} -