adjust prev/next buttons

This commit is contained in:
a 2022-10-17 20:09:26 -05:00
parent 25f9409a51
commit 3fc0ddf5d1
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@
border: none;
}
}
.previous, .next {
.previous {
justify-content: start;
}
.next {
justify-content: space-between;
}
.arrow {