Ampliar ancho de guías en desktop
This commit is contained in:
parent
1760e86f6f
commit
035aa9c477
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue