From 2c965859af63fd0b6764791682ffef84ac225fc2 Mon Sep 17 00:00:00 2001 From: jakemulley Date: Tue, 23 Jan 2024 12:16:55 +0000 Subject: [PATCH] 2024: update design --- src/components/BlogPostList.astro | 2 +- src/components/Footer.astro | 67 +++++++++---------------------- src/components/Header.astro | 56 ++++++++++---------------- src/layouts/Layout.astro | 55 +++++++++++++------------ src/layouts/Page.astro | 48 ++++++++++------------ tailwind.config.mjs | 16 +++++++- 6 files changed, 107 insertions(+), 137 deletions(-) diff --git a/src/components/BlogPostList.astro b/src/components/BlogPostList.astro index a91abec..ea4cb78 100644 --- a/src/components/BlogPostList.astro +++ b/src/components/BlogPostList.astro @@ -9,7 +9,7 @@ const allPosts = await getCollection("blog"); allPosts.map((post) => (
  • {post.data.title} on -