fix pagination

This commit is contained in:
captainill 2015-11-10 13:35:38 -08:00
parent 2c2cb837b4
commit a33bea4687
2 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@
}
.docs-content{
padding: 40px 0 60px;
padding: 40px 0 150px;
}
}
}

View File

@ -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;