diff --git a/src/routes/posts/[slug]/+page.svelte b/src/routes/posts/[slug]/+page.svelte index 435582b..01b08ad 100644 --- a/src/routes/posts/[slug]/+page.svelte +++ b/src/routes/posts/[slug]/+page.svelte @@ -117,4 +117,8 @@ border: none; cursor: pointer; } + + :global(.post-inline-image-546543) { + max-width: 100%; + } diff --git a/static/images/posts/creating-map-dots/map-dots-image.png b/static/images/posts/creating-map-dots/map-dots-image.png new file mode 100644 index 0000000..9636b57 Binary files /dev/null and b/static/images/posts/creating-map-dots/map-dots-image.png differ