fix pagination
This commit is contained in:
parent
2c2cb837b4
commit
a33bea4687
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
|
||||
.docs-content{
|
||||
padding: 40px 0 60px;
|
||||
padding: 40px 0 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue