From c35a8a8862eb34225d95ff5af73f166160eae299 Mon Sep 17 00:00:00 2001 From: Pierrick Rassat Date: Sat, 4 Nov 2023 23:11:01 +0100 Subject: [PATCH] :bug: Forced dropdown menu under header A lot a conflicting css so I chose to force 'top:44px'. It's not clean but it will do for now --- src/components/Menu.astro | 3 +-- src/styles/nav.less | 15 +++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/Menu.astro b/src/components/Menu.astro index ee307dc..88682cd 100644 --- a/src/components/Menu.astro +++ b/src/components/Menu.astro @@ -22,8 +22,7 @@ const path_en = path.replace('/fr/','/'); - -