Skip to content

Commit

Permalink
fix max-width on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 committed Nov 2, 2023
1 parent 8b16b00 commit b9aaac5
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 b9aaac5

Please sign in to comment.