fix: Styling for Next link
This commit is contained in:
parent
b78e143760
commit
d837b12bad
1 changed files with 8 additions and 0 deletions
|
|
@ -268,3 +268,11 @@ $navbar-height-lg: 4.5rem;
|
|||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
// next links
|
||||
.btn-next-wrapper {
|
||||
border-top: 1px solid $gray-200;
|
||||
margin-top: 2rem;
|
||||
padding-top: 1rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue