nav/header adjustments #21

Merged
freakoverse merged 12 commits from staging into master 2024-08-26 10:28:23 +00:00
Showing only changes of commit 7743f30faa - Show all commits

View File

@ -255,13 +255,6 @@
white-space: nowrap;
overflow-x: auto;
.NavMainBottomInsideLinks {
display: flex;
flex-direction: row;
grid-gap: 10px;
justify-content: center;
align-items: center;
.NavMainBottomInsideLink {
transition: ease 0.4s;
text-decoration: unset;
@ -284,7 +277,7 @@
display: flex;
justify-content: start;
}
}
}
.NavMainBottomInsideOther {
display: flex;
@ -326,5 +319,4 @@
}
}
}
}