From 84802c61c35f2bf909b6f1df744c033039f13955 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Thu, 16 May 2024 08:42:36 +0100 Subject: [PATCH] Update style.css --- docs/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/static/style.css b/docs/static/style.css index a03412f..a4ece0d 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -34,11 +34,13 @@ main { } nav { + position: sticky; + top: 0; display: flex; - gap: var(--size-3); - padding: var(--size-3); + margin-inline-start: var(--size-3); & a { text-decoration: none; + padding: var(--size-3); } }