From e9fb513474885c6b9996c260dc7f2308f7293bb3 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 15 May 2024 12:33:49 -0400 Subject: [PATCH] Make the nav sticky --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 6e0ee31..72d6f57 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,8 @@ header { & > nav { display: flex; font-size: xx-large; + position: sticky; + top: 1em; & a { text-decoration: none; &:hover {