diff --git a/.eleventy.js b/.eleventy.js index a5e23fc..9d38f14 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,7 +13,7 @@ const markdownClassMapping = { h6: ['font-bold', 'mt-2'], a: ['text-pink-700', 'hover:underline', 'focus:text-white', 'focus:bg-pink-700', 'focus:outline-link'], p: ['mb-2', 'text-gray-500'], - img: ['max-w-lg', 'rounded-lg'], + img: ['max-w-full', 'rounded-lg'], ul: ['list-disc', 'ml-4'], };