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; z-index: 1040;
background-image: none; background-image: none;
/*.nav-link { .nav-link {
white-space: nowrap; white-space: nowrap;
}
&:hover { &.navbar-dark {
.nav-link:hover {
color: #fff; color: #fff;
} }
}*/ }
// Make dropdown menus auto drop // Make dropdown menus auto drop
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {