mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
adjust prev/next buttons
This commit is contained in:
parent
25f9409a51
commit
3fc0ddf5d1
|
@ -17,7 +17,10 @@
|
|||
border: none;
|
||||
}
|
||||
}
|
||||
.previous, .next {
|
||||
.previous {
|
||||
justify-content: start;
|
||||
}
|
||||
.next {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.arrow {
|
||||
|
|
Loading…
Reference in a new issue