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