From 1a9cf3a22925f0a534183fe2e60371d0d1b89f19 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 5 Apr 2026 18:32:00 +0200 Subject: [PATCH] correct header --- src/components/Header.astro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 7b5001c..663a0f2 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -99,13 +99,11 @@ const nav = [ .hd__nav { display: flex; - gap: clamp(1rem, 3vw, 2.5rem); - white-space: nowrap; - overflow-x: auto; - scrollbar-width: none; + flex-wrap: wrap; + justify-content: flex-end; + gap: clamp(0.6rem, 2vw, 2.5rem); padding-bottom: 2px; /* For the stroke hover */ } - .hd__nav::-webkit-scrollbar { display: none; } .hd__link { font-size: 0.7rem;