diff --git a/style.css b/style.css index 1476d48..2ca38ed 100644 --- a/style.css +++ b/style.css @@ -60,8 +60,10 @@ body { } body>header { + display: flex; position: sticky; top: 0; + justify-content: space-between; margin-top: -1em; border-bottom: 0.1em solid var(--accent-50); background: var(--background);