summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-25 17:13:33 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit503b52652c82add2daf84112c745e3e744c10e77 (patch)
treef4751abca251e297ec406b2c31e3140dfe24064c /docs
parentb5030907eb66931ac34f9a042b079890df9cc852 (diff)
Adjust the H2 and H2 margins
Diffstat (limited to 'docs')
-rw-r--r--docs/sidebar.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sidebar.css b/docs/sidebar.css
index 5c203ab32a..8abc5c20e0 100644
--- a/docs/sidebar.css
+++ b/docs/sidebar.css
@@ -9,8 +9,12 @@
margin-top: 40px;
}
+.markdown-section h2 {
+ padding-top: 0.25rem;
+}
+
.markdown-section h3 {
- margin-top: 16px;
+ margin-top: 0.25rem;
}
.sidebar, .sidebar-nav {