You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/angular/free/_navbar.scss

40 lines
755 B
SCSS

@media (min-width: 1200px) {
.navbar.navbar-expand-xl {
links {
display: flex;
flex-direction: row;
width: 100%;
}
}
}
@media (min-width: 992px) {
.navbar.navbar-expand-lg {
links {
display: flex;
flex-direction: row;
width: 100%;
}
}
}
@media (min-width: 768px) {
.navbar.navbar-expand-md {
links {
display: flex;
flex-direction: row;
width: 100%;
}
}
}
@media (min-width: 576px) {
.navbar.navbar-expand-sm {
links {
display: flex;
flex-direction: row;
width: 100%;
}
}
}