Skip to content

Commit 7151422

Browse files
committed
Remove max-width.
1 parent 0712dab commit 7151422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@layer components {
66
/* see https://tailwindcss.com/docs/typography-plugin */
77
.markdown {
8-
@apply prose prose-lg lg:prose-xl;
8+
@apply prose prose-lg lg:prose-xl max-w-none;
99
@apply prose-moq;
1010
@apply prose-headings:underline prose-headings:decoration-green-500 prose-headings:decoration-4 prose-headings:underline-offset-4;
1111
@apply prose-h3:text-2xl;

0 commit comments

Comments
 (0)