Make the header actually a <header> HTML element

This commit is contained in:
June 2023-10-28 18:03:07 +02:00 committed by jtbx
commit 5684e3d819
2 changed files with 9 additions and 7 deletions

View file

@ -250,6 +250,8 @@ body>main {
background-color: var(--background-color);
border-bottom: 3px solid var(--muted-border-color);
box-shadow: var(--card-box-shadow);
padding: 0;
margin: 0;
}