diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:12:21 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:12:21 +0300 |
commit | 298518e2fcf24c5ab168413f08ccd86570c7de6d (patch) | |
tree | 739f1534f0d9aec6844ec07a346389f3efbd26c6 /src/layouts | |
parent | 8e4163e3f08e29f38fe87c59d8cfb91e0fa98063 (diff) |
minor fixes
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> |