diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 7205d47..aa70df5 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -61,7 +61,7 @@ const posts = (await getCollection("blog")).sort( } .post { - width: max-content; + width: 40ch; a { text-decoration: none;