Skip to content

Commit 12d1d88

Browse files
authored
Remove max-width. (#90)
1 parent 41e9d4e commit 12d1d88

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
@@ -13,7 +13,7 @@ pre code.hljs {
1313
@layer components {
1414
/* see https://tailwindcss.com/docs/typography-plugin */
1515
.markdown {
16-
@apply prose prose-lg lg:prose-xl;
16+
@apply prose prose-lg lg:prose-xl max-w-none;
1717
@apply prose-moq;
1818
@apply prose-headings:underline prose-headings:decoration-green-500 prose-headings:decoration-4 prose-headings:underline-offset-4;
1919
@apply prose-h3:text-2xl;

0 commit comments

Comments
 (0)