merge main routes in dropdown for smartphones

This commit is contained in:
axolotle
2021-06-16 16:02:04 +02:00
parent 38d3737ef6
commit 0a0470ee23
3 changed files with 41 additions and 20 deletions
@@ -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 {