From d086e2f0df549f67c9a05de144f688bd07ffd6ff Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 20:53:36 +0100 Subject: [PATCH] Change header and title styling and positioning --- style/new_style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 4cd84a2..242518e 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -19,15 +19,17 @@ body { margin: auto; margin-top: 40px; position: sticky; - top: -170px; + top: -145px; } #page_title { /* This may be best floating above content div rather than inside header div */ + background-color: #2f4f4f8f; font-family: sans-serif; font-size: large; width: 100%; + height: 90px; text-align: center; position: absolute; - bottom: -14px; + bottom: 0; color: azure; } #menubar {