merge main routes in dropdown for smartphones
This commit is contained in:
@@ -52,6 +52,7 @@ $yiq-contrasted-threshold: 120;
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
sm: 576px,
|
||||
tb: 768px,
|
||||
md: 1024px,
|
||||
lg: 1200px,
|
||||
xl: 1440px,
|
||||
|
||||
@@ -6,14 +6,14 @@ legend {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin-left: -#{$header-spacer-sm};
|
||||
margin-top: 5px;
|
||||
margin-top: 10px;
|
||||
|
||||
.dropdown-item {
|
||||
font-size: $font-size-sm;
|
||||
padding: .25rem $header-spacer-sm;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
@include media-breakpoint-up(tb) {
|
||||
margin-left: -#{$header-spacer};
|
||||
|
||||
.dropdown-item {
|
||||
|
||||
Reference in New Issue
Block a user