mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 14:27:51 +00:00
fix: Ajustando páigna de leitura
Some checks failed
Docker Build and Push / build (push) Has been cancelled
Some checks failed
Docker Build and Push / build (push) Has been cancelled
This commit is contained in:
parent
9f7ea648fe
commit
13536790fe
@ -856,8 +856,11 @@ export function StoryPage() {
|
|||||||
|
|
||||||
{/* Container responsivo */}
|
{/* Container responsivo */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-10 gap-6 border-b border-gray-200 pb-6">
|
<div className="grid grid-cols-1 md:grid-cols-10 gap-6 border-b border-gray-200 pb-6">
|
||||||
{/* 3. Texto da História - Coluna Esquerda (40% em desktop) */}
|
{/* 3. Texto da História - Coluna que expande quando não há imagem */}
|
||||||
<div className="col-span-1 md:col-span-4">
|
<div className={cn(
|
||||||
|
"col-span-1",
|
||||||
|
focusMode.isActive ? "md:col-span-10" : "md:col-span-4"
|
||||||
|
)}>
|
||||||
<div
|
<div
|
||||||
className="prose max-w-none overflow-hidden"
|
className="prose max-w-none overflow-hidden"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user