fixed header css

This commit is contained in:
Winter 2024-09-16 23:17:13 -07:00
parent c508e20157
commit c2e8ab4bbc

View File

@ -60,8 +60,10 @@ body {
} }
body>header { body>header {
display: flex;
position: sticky; position: sticky;
top: 0; top: 0;
justify-content: space-between;
margin-top: -1em; margin-top: -1em;
border-bottom: 0.1em solid var(--accent-50); border-bottom: 0.1em solid var(--accent-50);
background: var(--background); background: var(--background);