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 {