fix: collapsed attrbox/footer when content is too small in entry pages.
This commit is contained in:
@@ -21,6 +21,7 @@ const { title, frontmatter } = Astro.props;
|
||||
margin: 0;
|
||||
}
|
||||
.prose {
|
||||
min-height: 100vh;
|
||||
width: 720px;
|
||||
max-width: calc(100% - 2em);
|
||||
margin: auto;
|
||||
|
||||
Reference in New Issue
Block a user