From 44fdea426813e24c515deea6e8d4219405b443aa Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 11:55:59 +0200 Subject: [PATCH] Fixed scaling on the blog post --- src/pages/blogs/[...slug].astro | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/blogs/[...slug].astro b/src/pages/blogs/[...slug].astro index 15e9f3d..aede849 100644 --- a/src/pages/blogs/[...slug].astro +++ b/src/pages/blogs/[...slug].astro @@ -24,7 +24,7 @@ const nextBlog = sortedBlogs[currentIndex - 1] || undefined; --- -
+
-
+
{ previousBlog ? ( @@ -73,6 +73,7 @@ const nextBlog = sortedBlogs[currentIndex - 1] || undefined;