pagination button gap fix

This commit is contained in:
Moritz
2023-08-08 17:08:54 +02:00
parent 30b6e45235
commit 242870b3e1

View File

@@ -39,10 +39,19 @@ div.wave .dot:nth-child(3) {
}
@keyframes wave {
0%, 60%, 100% {
0%,
60%,
100% {
transform: initial;
}
30% {
transform: translateY(-8px);
}
}
div.card-body
div.table-responsive
div.d-flex.justify-content-end
ul.pagination {
gap: 1.5rem;
}