correct header
This commit is contained in:
parent
4a6004ac9d
commit
1a9cf3a229
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user