fix margin

This commit is contained in:
2023-09-14 21:34:43 +10:00
parent 954f2beea7
commit 6fa459e88e

View File

@@ -50,7 +50,7 @@
</div>
<SMPagination
v-if="postsTotal > postsPerPage"
class="mb-4"
class="mt-4"
v-model="postsPage"
:total="postsTotal"
:per-page="postsPerPage" />