From 125f904b15be53719fa5a6164947917970491089 Mon Sep 17 00:00:00 2001 From: Troy Date: Mon, 27 Jan 2025 11:44:27 +0000 Subject: [PATCH] remove top margin on article collections --- src/components/ShowcaseProject.astro | 4 ++-- src/pages/index.astro | 4 ++-- src/pages/posts/index.astro | 2 +- src/pages/projects/index.astro | 2 +- src/styles/global.css | 17 +++++++++-------- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro index 6e79387..7905453 100644 --- a/src/components/ShowcaseProject.astro +++ b/src/components/ShowcaseProject.astro @@ -27,12 +27,12 @@ const { collection } = Astro.props; href={`/${collection.collection}/${collection.slug}`} aria-label={collection.data.title}>

{collection.data.title}

{ collection.data.collection ? ( diff --git a/src/pages/index.astro b/src/pages/index.astro index 8e24da7..08a4fc9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,7 +25,7 @@ const projects = allProjects
-