From abde34ee298b939b512971bc4f8f42ab9e1286f2 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 25 Sep 2023 14:45:37 +0200 Subject: [PATCH] :lipstick: fix alot of styling regarding blogpages --- src/components/FormattedDate.astro | 4 +-- src/content/blog/second-post.md | 15 ++++------ src/content/config.ts | 7 +---- src/layouts/BlogPost.astro | 47 ++++++++++-------------------- src/pages/blog/index.astro | 6 ++-- src/styles/global.css | 29 +++++++++++++++++- 6 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/components/FormattedDate.astro b/src/components/FormattedDate.astro index 1bcce73..22f59fc 100644 --- a/src/components/FormattedDate.astro +++ b/src/components/FormattedDate.astro @@ -6,11 +6,11 @@ interface Props { const { date } = Astro.props; --- -