Split the page-header and site-header into seperate sections

This commit is contained in:
2025-11-05 10:34:41 +00:00
parent 1d1e4d863e
commit c3de930b50
6 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ body {
max-width: 900px;
margin: auto;
}
#header {
#site-header {
margin-top: 10px;
text-align: center;
}