summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-25 17:03:57 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commitb5030907eb66931ac34f9a042b079890df9cc852 (patch)
treeceb09849dc72fe34ac8902fdf033e4806424ca15 /docs
parent8b0fdc82dc48a983d1f29857bdd275a4c1ff241a (diff)
reduce the line-height of the sidebar
Diffstat (limited to 'docs')
-rw-r--r--docs/sidebar.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sidebar.css b/docs/sidebar.css
index 23dbf71865..5c203ab32a 100644
--- a/docs/sidebar.css
+++ b/docs/sidebar.css
@@ -12,3 +12,7 @@
.markdown-section h3 {
margin-top: 16px;
}
+
+.sidebar, .sidebar-nav {
+ line-height: 1.5em !important;
+}