Fix fucked style

This commit is contained in:
Fred Boniface 2022-10-19 14:22:28 +01:00
parent f892641c48
commit b1f6429b44
1 changed files with 3 additions and 2 deletions

View File

@ -18,15 +18,16 @@ body {
max-width: 100%; max-width: 100%;
margin: auto; margin: auto;
position: sticky; position: sticky;
top: -190px; top: -170px;
} }
#page_title { /* This needs to be bottom center of header-image-home/header-image */ #page_title { /* This needs to be bottom center of header-image-home/header-image */
font-family: sans-serif; font-family: sans-serif;
font-size: 4vw; font-size: 4vw;
width: 100%;
text-align: center; text-align: center;
position: absolute; position: absolute;
bottom: -10px; bottom: -14px;
box-shadow: 3px; box-shadow: 3px;
color: azure; color: azure;
} }