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;