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