Adjust guide layout width and markdown viewer
This commit is contained in:
parent
a4ec6660ee
commit
9d20d3c163
|
|
@ -37,7 +37,8 @@ export const GuideMarkdownViewer = ({ filePath, className = '' }: GuideMarkdownV
|
||||||
<MarkdownViewer
|
<MarkdownViewer
|
||||||
filePath={filePath}
|
filePath={filePath}
|
||||||
showLoading={true}
|
showLoading={true}
|
||||||
className="prose-lg md:max-w-none lg:max-w-none" // Texto grande y ancho completo en desktop/tablet
|
className="prose-lg" // Texto grande y ancho completo en desktop/tablet
|
||||||
|
fullWidth
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ export const GuideLayout = ({ children, onSearchClick, onMenuClick }: GuideLayou
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<main className="pt-14 pb-8 flex-1">
|
<main className="pt-14 pb-8 flex-1">
|
||||||
<div className="container max-w-2xl mx-auto py-6">
|
<div className="container max-w-2xl md:max-w-3xl lg:max-w-7xl mx-auto py-6">
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
<GuideModeBadge />
|
<GuideModeBadge />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue