detailsview: pagination buttons on the bottom is now centered
This commit is contained in:
parent
05cf28635b
commit
fe1ad50670
|
@ -46,7 +46,9 @@ templ DetailsContent(c *views.Context, data Data) {
|
||||||
@components.ImageCard(image, 0)
|
@components.ImageCard(image, 0)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex w-full justify-center">
|
||||||
@paginationButtons(c, data)
|
@paginationButtons(c, data)
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue