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