Add space between images and text
This commit is contained in:
parent
63b7719340
commit
32104ea05d
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@
|
|||
{/snippet}
|
||||
|
||||
<div
|
||||
class="prose leading-5 max-w-none text-gray-700 [&_p]:my-3 [&_img]:my-3 [&_blockquote_p]:before:content-none [&_blockquote_p]:after:content-none"
|
||||
class="prose leading-5 max-w-none text-gray-700 [&_p]:my-3 [&_img]:my-5 [&_blockquote_p]:before:content-none [&_blockquote_p]:after:content-none"
|
||||
>
|
||||
{#each paragraphs as blocks}
|
||||
{@render renderBlocks(blocks)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue