From 19d7b4232add7cea2846989d84e0c13d59273b64 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 20 Aug 2024 20:29:08 +0200 Subject: [PATCH] Change spacing, so that it matches the spacing that was there before adding padding to the header. Also make the publishing date font smaller on mobile devices. --- app/(root)/blog/[slug]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(root)/blog/[slug]/page.tsx b/app/(root)/blog/[slug]/page.tsx index 6753331..d4d6cb8 100644 --- a/app/(root)/blog/[slug]/page.tsx +++ b/app/(root)/blog/[slug]/page.tsx @@ -90,7 +90,7 @@ export default async function BlogSlugArticle({
Back to Blog @@ -98,7 +98,7 @@ export default async function BlogSlugArticle({
{data.titleImage && (
-

+

{data.title}

-

+

Uploaded at {formattedDate}

{" "}