Skip to content

Commit

Permalink
fix max-width on wide screens (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grinovski <[email protected]>
  • Loading branch information
Roma36 authored Nov 2, 2023
1 parent 8b16b00 commit 1949776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const classNames = [
"dark:prose-invert",
"lg:prose-lg",

"max-w-full",
"max-w-full md:max-w-prose",

"text-gray-900",
"dark:text-gray-100",
Expand Down

0 comments on commit 1949776

Please sign in to comment.