fix: dont limit width of blog article

This commit is contained in:
Youwen Wu 2024-05-05 20:40:14 -07:00
parent 9ab8fdf29c
commit c0df941afd
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -29,7 +29,7 @@
</figure>
</header>
<div class="markdown-body mb-8 font-serif max-w-3xl">
<div class="markdown-body mb-8 font-serif">
{@html doc.content}
</div>
</article>