make the sidebar a bit smaller
This commit is contained in:
parent
6dcfddd2ad
commit
aeb2cd02fc
|
@ -1,6 +1,6 @@
|
||||||
#sidebar-docs {
|
#sidebar-docs {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
max-width: 420px;
|
max-width: 320px;
|
||||||
$border: 1px solid $gray-dark;
|
$border: 1px solid $gray-dark;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: $mono;
|
font-family: $mono;
|
||||||
|
|
Loading…
Reference in New Issue