From 6994808b774c31cb53311def2e73787b458d007b Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Thu, 5 Jun 2025 13:16:01 -0700 Subject: [PATCH] Styles the blog posts themselves --- src/components/FormattedDate.astro | 13 ++- src/layouts/BlogPost.astro | 146 ++++++++++++++--------------- 2 files changed, 76 insertions(+), 83 deletions(-) diff --git a/src/components/FormattedDate.astro b/src/components/FormattedDate.astro index 429fe4e..9aa97dd 100644 --- a/src/components/FormattedDate.astro +++ b/src/components/FormattedDate.astro @@ -6,13 +6,12 @@ interface Props { const { date } = Astro.props; --- -