diff options
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/custom.less | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/less/custom.less b/assets/less/custom.less index 53735f3e..885f96cc 100644 --- a/assets/less/custom.less +++ b/assets/less/custom.less @@ -36,6 +36,10 @@ body { border-bottom: none; } +.table-of-contents { + margin-top: 1em; +} + .page-header { h1 { @@ -44,7 +48,11 @@ body { } .bs-docs-section { - margin-top: 8em; + margin-top: 6em; + + h1 { + padding-top: 100px; + } } .bs-component { |