detailsview: pagination buttons on the bottom is now centered

This commit is contained in:
Tigor Hutasuhut 2024-05-02 20:08:21 +07:00
parent 05cf28635b
commit fe1ad50670

View file

@ -46,7 +46,9 @@ templ DetailsContent(c *views.Context, data Data) {
@components.ImageCard(image, 0)
}
</div>
<div class="flex w-full justify-center">
@paginationButtons(c, data)
</div>
}
}
</main>