diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 14:29:37 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 55c5b82638d66762bb41e611fec077663c468ae9 (patch) | |
tree | 1b3e000f123c4aa34d012bad35d340b0e9687064 /docs | |
parent | 9035c3497e31edba174c3d9be1e3540de702d2b9 (diff) |
reduce space on h3s
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sidebar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sidebar.css b/docs/sidebar.css index b1049ea68f..23dbf71865 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css @@ -8,3 +8,7 @@ .search { margin-top: 40px; } + +.markdown-section h3 { + margin-top: 16px; +} |