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; }