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;