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 | |
parent | 9035c3497e31edba174c3d9be1e3540de702d2b9 (diff) | |
download | qmk_firmware-55c5b82638d66762bb41e611fec077663c468ae9.tar.gz qmk_firmware-55c5b82638d66762bb41e611fec077663c468ae9.zip |
reduce space on h3s
-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 b1049ea68..23dbf7186 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css | |||
@@ -8,3 +8,7 @@ | |||
8 | .search { | 8 | .search { |
9 | margin-top: 40px; | 9 | margin-top: 40px; |
10 | } | 10 | } |
11 | |||
12 | .markdown-section h3 { | ||
13 | margin-top: 16px; | ||
14 | } | ||