feat(pages): center buttons in blog previous, next

This commit is contained in:
xHyroM 2023-07-15 14:10:54 +02:00
parent 85de4a6de1
commit 00e77c1dba
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -73,7 +73,7 @@ const posts = page.data as {
})
}
<div class="flex flex-row gap-3">
<div class="flex flex-row gap-3 justify-center">
<Button
label="Previous"
link={page.url.prev}