We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f6e3 commit c6bc0a7Copy full SHA for c6bc0a7
src/components/layout/Header.vue
@@ -1012,7 +1012,6 @@ header {
1012
@include pad(0 $base-grid-padding);
1013
background-color: $breadcrumbs-bg-color;
1014
border-bottom: 1px solid $breadcrumbs-border-color;
1015
- border-top: 1px solid $breadcrumbs-border-color;
1016
margin-bottom: $breadcrumbs-bottom-margin;
1017
max-height: 3.2rem;
1018
overflow-y: auto;
@@ -1023,6 +1022,7 @@ header {
1023
1022
@include break-mobile-sm {
1024
font-size: $font-size-sm;
1025
line-height: 1.2;
+ border-top: 1px solid $breadcrumbs-border-color;
1026
max-height: 3.7rem;
1027
padding: 0 1rem;
1028
}
0 commit comments