1
1
Fork 0

Better image size

This commit is contained in:
Ava Gaiety Wroten 2021-02-15 08:49:10 -06:00
parent bc97aaf92e
commit fe3d69337d

View file

@ -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'],
};