We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a22e13 commit 499c685Copy full SHA for 499c685
1 file changed
docs/_sass/custom/setup.scss
@@ -96,13 +96,13 @@ $border-color: $grey-lt-100 !default;
96
97
$gutter-spacing: $sp-6 !default;
98
$gutter-spacing-sm: $sp-4 !default;
99
-$nav-width: 12rem;
100
-$nav-width-md: 11.5rem;
+$nav-width: 10rem;
+$nav-width-md: 9.5rem;
101
$nav-list-item-height: $sp-6 !default;
102
$nav-list-item-height-sm: $sp-8 !default;
103
$nav-list-expander-right: true;
104
$content-width: 50rem !default;
105
-$header-height: 5rem;
+$header-height: 8rem;
106
$search-results-width: $content-width - $nav-width !default;
107
$transition-duration: 400ms;
108
0 commit comments