adjust prev/next buttons

This commit is contained in:
a 2022-10-17 20:09:26 -05:00
parent 25f9409a51
commit 3fc0ddf5d1

View file

@ -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 {