From c2e8ab4bbc5e3ad0cba14c6f67b3606a142a00ec Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 16 Sep 2024 23:17:13 -0700 Subject: [PATCH] fixed header css --- style.css | 2 ++ 1 file changed, 2 insertions(+) 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);