From 0d7a786b76b293b96faf2e922b9b8688768b91c2 Mon Sep 17 00:00:00 2001 From: yassine-safraoui Date: Sat, 7 Oct 2023 20:09:58 +0000 Subject: [PATCH] fixed navbar top gap --- src/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 222956b9..38bace82 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -146,4 +146,6 @@ iframe[src*='youtube.com'] { .navbar--fixed-top { z-index: calc(var(--ifm-z-index-fixed) + 2); + top: -1px; } +