diff options
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 323510e8b..91e34d2bd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -626,14 +626,13 @@ body { */ /* Space things out */ -.bs-docs-section + .bs-docs-section { - padding-top: 40px; +.bs-docs-section { + margin-bottom: 60px; } /* Janky fix for preventing navbar from overlapping */ h1[id] { - padding-top: 80px; - margin-top: -45px; + padding-top: 20px; } |
