From 32104ea05d1045609ac4f10e04ca7ea33f3f08b4 Mon Sep 17 00:00:00 2001 From: dtonon Date: Thu, 7 May 2026 14:45:52 +0100 Subject: [PATCH] Add space between images and text --- src/lib/components/PostContent.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/PostContent.svelte b/src/lib/components/PostContent.svelte index ad22f73..3873551 100644 --- a/src/lib/components/PostContent.svelte +++ b/src/lib/components/PostContent.svelte @@ -416,7 +416,7 @@ {/snippet}
{#each paragraphs as blocks} {@render renderBlocks(blocks)}