From e594364eafad3119dcfc8aa55c51976e2ea6347c Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 28 May 2023 23:22:49 +0200 Subject: [PATCH] Remove same height for article cards --- src/pages/index.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 72ff57b..85e46c4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,14 +38,13 @@ const articles = (await getCollection("blog")).sort( .article-grid { display: grid; gap: var(--size-7); - grid-auto-rows: 1fr; } article { border: var(--standard-border); } - article header { + article > header { padding: 0; border-block-end: var(--standard-border); padding-inline: var(--size-3);