From 84d0050bf570d87e43c9da91f476501d49f92260 Mon Sep 17 00:00:00 2001 From: Mimi Momo Date: Wed, 30 Sep 2020 21:07:33 -0500 Subject: [PATCH] presskit's footer appears after body --- src/static/css/presskit.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/static/css/presskit.css b/src/static/css/presskit.css index 4268086..a6af418 100644 --- a/src/static/css/presskit.css +++ b/src/static/css/presskit.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; @@ -145,7 +143,7 @@ ul { list-style-position: inside; } .body-row { grid-area: 3 / 1 / 4 / 4; - background-color: #d08d11; + background-color: orange; } .pages { @@ -200,12 +198,13 @@ ul { list-style-position: inside; } .footer-row { grid-area: 4 / 1 / 5 / 4; - background-color: #EC424A; - text-align: right; - padding-top: 5px; - padding-right: 25px; + background-color: green; } -.footer { - background-color: #060d1a; +.footer-content { + background-color: pink; + padding-top: 5px; + text-align: right; + overflow: hidden; + box-shadow: 0 100vh 0 100vh #581845; }