diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 17:13:33 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 503b52652c82add2daf84112c745e3e744c10e77 (patch) | |
tree | f4751abca251e297ec406b2c31e3140dfe24064c | |
parent | b5030907eb66931ac34f9a042b079890df9cc852 (diff) |
Adjust the H2 and H2 margins
-rw-r--r-- | docs/sidebar.css | 6 |
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 { |