diff --git a/src/layouts/Entry.astro b/src/layouts/Entry.astro index 4aeed28..b998b03 100644 --- a/src/layouts/Entry.astro +++ b/src/layouts/Entry.astro @@ -21,6 +21,7 @@ const { title, frontmatter } = Astro.props; margin: 0; } .prose { + min-height: 100vh; width: 720px; max-width: calc(100% - 2em); margin: auto; @@ -52,7 +53,7 @@ const { title, frontmatter } = Astro.props;
- +