fix: force prose wrapper max-w-full

This commit is contained in:
Troy 2025-02-13 19:02:35 +00:00
parent c5e1e5dda7
commit 74b9460ea1
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -77,7 +77,9 @@ const listFormatter = new Intl.ListFormat("en-GB", {
) : null
}
</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>
<Content />
</Prose>