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} +
{description}
{date}