From b1f6429b44149039c7f99dbfe5990b54fa61a6b2 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 19 Oct 2022 14:22:28 +0100 Subject: [PATCH] Fix fucked style --- style/new_style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 151a4c3..352261d 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -18,15 +18,16 @@ body { max-width: 100%; margin: auto; position: sticky; - top: -190px; + top: -170px; } #page_title { /* This needs to be bottom center of header-image-home/header-image */ font-family: sans-serif; font-size: 4vw; + width: 100%; text-align: center; position: absolute; - bottom: -10px; + bottom: -14px; box-shadow: 3px; color: azure; }