Stop making nav tabs horizontally straight.

This commit is contained in:
Leo
2023-03-04 00:02:23 -06:00
parent c3d9245e8c
commit b5ab601f6e

View File

@@ -3,17 +3,16 @@
margin-bottom: 1rem; margin-bottom: 1rem;
// Make responsive horizontally // Make responsive horizontally
display: block; // display: block;
overflow-x: auto; // overflow-x: auto;
overflow-y: clip; // overflow-y: clip;
white-space: nowrap; // white-space: nowrap;
.nav-item { .nav-item {
// Make responsive horizontally // Make responsive horizontally
display: inline-block; // display: inline-block;
}
} .nav-link {
.nav-tabs .nav-link {
border: none; border: none;
color: #666; color: #666;
@@ -27,4 +26,6 @@
&:hover, &:focus { &:hover, &:focus {
color: $primary; color: $primary;
} }
}
}
} }