fix: collapsed attrbox/footer when content is too small in entry pages.

This commit is contained in:
manunamz
2023-10-05 13:52:06 -04:00
parent 195c5aee0f
commit 0f03a74047
+1
View File
@@ -21,6 +21,7 @@ const { title, frontmatter } = Astro.props;
margin: 0;
}
.prose {
min-height: 100vh;
width: 720px;
max-width: calc(100% - 2em);
margin: auto;