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) | |
download | qmk_firmware-503b52652c82add2daf84112c745e3e744c10e77.tar.gz qmk_firmware-503b52652c82add2daf84112c745e3e744c10e77.zip |
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 5c203ab32..8abc5c20e 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css | |||
@@ -9,8 +9,12 @@ | |||
9 | margin-top: 40px; | 9 | margin-top: 40px; |
10 | } | 10 | } |
11 | 11 | ||
12 | .markdown-section h2 { | ||
13 | padding-top: 0.25rem; | ||
14 | } | ||
15 | |||
12 | .markdown-section h3 { | 16 | .markdown-section h3 { |
13 | margin-top: 16px; | 17 | margin-top: 0.25rem; |
14 | } | 18 | } |
15 | 19 | ||
16 | .sidebar, .sidebar-nav { | 20 | .sidebar, .sidebar-nav { |