diff --git a/src/layouts/RootLayout.astro b/src/layouts/RootLayout.astro index 4779242..a9fa42a 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -57,6 +57,7 @@ const { title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.props; "footer footer"; grid-template-columns: 20rem 1fr; margin: 2rem 1rem; + max-width: 1600px; } .header { display: none; diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 3a9f459..86d5f8d 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -16,11 +16,22 @@ const posts = (await getCollection('blog', publishedOnly)) --- -