correct header

This commit is contained in:
ordinarthur 2026-04-05 18:32:00 +02:00
parent 4a6004ac9d
commit 1a9cf3a229

View File

@ -99,13 +99,11 @@ const nav = [
.hd__nav { .hd__nav {
display: flex; display: flex;
gap: clamp(1rem, 3vw, 2.5rem); flex-wrap: wrap;
white-space: nowrap; justify-content: flex-end;
overflow-x: auto; gap: clamp(0.6rem, 2vw, 2.5rem);
scrollbar-width: none;
padding-bottom: 2px; /* For the stroke hover */ padding-bottom: 2px; /* For the stroke hover */
} }
.hd__nav::-webkit-scrollbar { display: none; }
.hd__link { .hd__link {
font-size: 0.7rem; font-size: 0.7rem;