Update src/styles/nav.module.scss
Some checks failed
Release to Staging / build_and_release (push) Failing after 25s

This commit is contained in:
freakoverse 2024-08-26 08:14:44 +00:00
parent 8bd4373546
commit 7743f30faa

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 @@
}
}
}
}