diff options
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/ThreadLayout.astro | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/layouts/ThreadLayout.astro b/src/layouts/ThreadLayout.astro index 24aba41..cf8c394 100644 --- a/src/layouts/ThreadLayout.astro +++ b/src/layouts/ThreadLayout.astro @@ -9,7 +9,7 @@ const { title } = Astro.props as Props;  	<title>{title}</title>    </head>    <body> -    <div style="max-width: 70%;"> +    <div style="max-width: 80%;">        <slot />      </div>    </body> | 
