From 0857b5ec62127697d6d54937f0ea69d8cf8dd171 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 29 May 2023 00:11:19 +0200 Subject: [PATCH] Update article listing image quality --- src/pages/index.astro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 85e46c4..a5ba76a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,7 +19,7 @@ const articles = (await getCollection("blog")).sort( articles.map((article) => (
- {article.data.coverAlt} + {article.data.coverAlt}
@@ -47,12 +47,6 @@ const articles = (await getCollection("blog")).sort( article > header { padding: 0; border-block-end: var(--standard-border); - padding-inline: var(--size-3); - padding-block: var(--size-7); - } - - article img { - margin-inline: auto; } .article-content {