Skip to content

Commit bd9ff22

Browse files
committed
Fix post image width
1 parent aeb8d0c commit bd9ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/lib/components/sanity/image-block.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ onMount(() => {
1919
})
2020
</script>
2121
22-
<figure class="not-prose m-0 my-[2em] flex">
22+
<figure class="m-0 my-[2em] flex">
2323
<picture class="opacity-0 transition-opacity duration-300">
2424
<source
2525
srcset={urlFor(portableText.value).format('webp').url()}

0 commit comments

Comments
 (0)