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> </div>
<SMPagination <SMPagination
v-if="postsTotal > postsPerPage" v-if="postsTotal > postsPerPage"
class="mb-4" class="mt-4"
v-model="postsPage" v-model="postsPage"
:total="postsTotal" :total="postsTotal"
:per-page="postsPerPage" /> :per-page="postsPerPage" />