diff options
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 4a92fa2a2..84087e82f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -124,7 +124,7 @@ body { /* Download button */ .bs-masthead .btn-outline { margin-top: 20px; - margin-bottom: 5px; + margin-bottom: 20px; padding: 18px 24px; font-size: 21px; } @@ -208,8 +208,8 @@ body { position: relative; } -.bs-docs-section + .bs-docs-section { - margin-top: 80px; +.bs-docs-section h1[id] { + padding-top: 80px; } /* Ads in page headers */ |
