fix: force prose wrapper max-w-full
This commit is contained in:
parent
c5e1e5dda7
commit
74b9460ea1
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ const listFormatter = new Intl.ListFormat("en-GB", {
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="animate-reveal mx-auto opacity-0 [animation-delay:0.2s]">
|
<div
|
||||||
|
class="animate-reveal mx-auto max-w-full opacity-0 [animation-delay:0.2s]"
|
||||||
|
>
|
||||||
<Prose>
|
<Prose>
|
||||||
<Content />
|
<Content />
|
||||||
</Prose>
|
</Prose>
|
||||||
|
|
Loading…
Add table
Reference in a new issue