From baea1f86261eca5ceb45c494fda2516786151eea Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Mon, 9 Mar 2020 11:49:51 +0100 Subject: [PATCH] added a class for banner divs --- threadr/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index 254d208..553dad5 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -83,6 +83,14 @@ div.postcontent { padding: 40px 0px 0px 0px; } +div.banner { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: #001858; +} + body { margin: 0px; background-color: #fef6e4;