diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index e48fa0b..d505be8 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -29,7 +29,7 @@ const { pageTitle }: Props = Astro.props; diff --git a/src/styles/global.css b/src/styles/global.css index fb0006b..cafc367 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -40,7 +40,7 @@ html.dark { body { margin: 0 auto; width: 100%; - max-width: 80ch; + max-width: 95ch; padding: 1rem; line-height: 1.5; }