diff --git a/src/components/TextContent/index.tsx b/src/components/TextContent/index.tsx index 96e31e4a..8fb44e81 100644 --- a/src/components/TextContent/index.tsx +++ b/src/components/TextContent/index.tsx @@ -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",