diff --git a/website/source/assets/stylesheets/_columns.scss b/website/source/assets/stylesheets/_columns.scss index 27209c0f2..8c8a073d0 100644 --- a/website/source/assets/stylesheets/_columns.scss +++ b/website/source/assets/stylesheets/_columns.scss @@ -38,7 +38,7 @@ } .docs-content{ - padding: 40px 0 60px; + padding: 40px 0 150px; } } } diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 8176081c3..1fe4599c3 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -172,7 +172,7 @@ header .header { .docs-content { flex-direction: column; - padding: $docs-top-margin 120px; + padding: $docs-top-margin 120px 150px; display: block; code { @@ -267,6 +267,9 @@ header .header { } .pagination { + position: absolute; + width: 100%; + bottom: 1px; $border: 1px solid $gray-mid; height: $nav-height; border-top: $border;