We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11c2ed commit 9a62403Copy full SHA for 9a62403
1 file changed
src/layouts/MarkdownLayout.astro
@@ -15,9 +15,3 @@ const { title, description } = Astro.props;
15
</Prose>
16
</Section>
17
</Layout>
18
-
19
-<style is:global>
20
-.prose {
21
- max-width: 65ch;
22
-}
23
-</style>
0 commit comments