redesign #1

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

View File

@ -19,15 +19,17 @@ body {
margin: auto;
margin-top: 40px;
position: sticky;
top: -170px;
top: -145px;
}
#page_title { /* This may be best floating above content div rather than inside header div */
background-color: #2f4f4f8f;
font-family: sans-serif;
font-size: large;
width: 100%;
height: 90px;
text-align: center;
position: absolute;
bottom: -14px;
bottom: 0;
color: azure;
}
#menubar {