Update navbar styling.

This commit is contained in:
Leo
2024-01-30 23:31:04 -06:00
parent ad8ca668ce
commit 3386792aba

View File

@@ -2,13 +2,15 @@
z-index: 1040;
background-image: none;
/*.nav-link {
.nav-link {
white-space: nowrap;
}
&:hover {
&.navbar-dark {
.nav-link:hover {
color: #fff;
}
}*/
}
// Make dropdown menus auto drop
@include media-breakpoint-up(md) {