From 721ac6f07e0dac432864858b2ed0b60b9fa8787b Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Fri, 26 Sep 2025 13:46:53 +0100 Subject: [PATCH] fix project date to bottom right --- src/components/ProjectListItem.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectListItem.astro b/src/components/ProjectListItem.astro index 5df403b7..51214c09 100644 --- a/src/components/ProjectListItem.astro +++ b/src/components/ProjectListItem.astro @@ -21,7 +21,10 @@ const { title, description, date, image, slug } = Astro.props; } - +
{ @@ -43,7 +46,9 @@ const { title, description, date, image, slug } = Astro.props;

{description}

-

{date}

+
+

{date}

+