From 00e77c1dba07ec31d7363ec841a733f5173893dd Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sat, 15 Jul 2023 14:10:54 +0200 Subject: [PATCH] feat(pages): center buttons in blog previous, next --- src/pages/blog/[...page].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro index f8bc758..5017eae 100644 --- a/src/pages/blog/[...page].astro +++ b/src/pages/blog/[...page].astro @@ -73,7 +73,7 @@ const posts = page.data as { }) } -
+