Ampliar ancho de guías en desktop

This commit is contained in:
planetazuzu 2026-01-19 17:46:07 +01:00
parent 1760e86f6f
commit 035aa9c477

View file

@ -37,7 +37,7 @@ export const GuideMarkdownViewer = ({ filePath, className = '' }: GuideMarkdownV
<MarkdownViewer <MarkdownViewer
filePath={filePath} filePath={filePath}
showLoading={true} showLoading={true}
className="prose-lg" // Texto más grande para mejor lectura className="prose-lg md:max-w-none lg:max-w-none" // Texto grande y ancho completo en desktop/tablet
/> />
</div> </div>
</div> </div>