From 13371aa8d3ab2d407255aff9dd9e834e2e4761ef Mon Sep 17 00:00:00 2001 From: ayoayco Date: Wed, 14 Aug 2024 19:43:14 +0200 Subject: [PATCH] style(blog): first blog item image max width --- src/pages/blog/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 880f556..3dca8af 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -41,6 +41,7 @@ const posts = (await getCollection('blog')).sort( } ul li:first-child img { width: 100%; + max-width: 800px; } ul li:first-child .title { font-size: 2.369rem;