We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712dab commit 7151422Copy full SHA for 7151422
1 file changed
src/layouts/global.css
@@ -5,7 +5,7 @@
5
@layer components {
6
/* see https://tailwindcss.com/docs/typography-plugin */
7
.markdown {
8
- @apply prose prose-lg lg:prose-xl;
+ @apply prose prose-lg lg:prose-xl max-w-none;
9
@apply prose-moq;
10
@apply prose-headings:underline prose-headings:decoration-green-500 prose-headings:decoration-4 prose-headings:underline-offset-4;
11
@apply prose-h3:text-2xl;
0 commit comments