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 {
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;