feat: add subtitle and image support to card

This commit is contained in:
Xin
2023-08-20 21:31:51 +01:00
parent 80659b4933
commit b6f40d6114
3 changed files with 37 additions and 10 deletions

View File

@ -75,6 +75,9 @@
img {
@apply mx-auto my-4 rounded-md;
}
.not-prose img {
@apply m-0 rounded-none;
}
figure {
figcaption {
@apply text-sm text-gray-500 dark:text-gray-400 mt-2 block text-center;