From a33bea4687da9ff470e25c5d4836ba02764cb823 Mon Sep 17 00:00:00 2001 From: captainill Date: Tue, 10 Nov 2015 13:35:38 -0800 Subject: [PATCH] fix pagination --- website/source/assets/stylesheets/_columns.scss | 2 +- website/source/assets/stylesheets/_components.scss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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;