redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit b1f6429b44 - Show all commits

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