mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 06:11:27 -04:00
feat: add subtitle and image support to card
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user