handling legend and description

This commit is contained in:
Antoine M 2024-10-01 15:30:03 +02:00
parent 20c3366990
commit 05a7897b6f

View File

@ -1,11 +1,15 @@
.homegrade-blocks-focused-schema {
figure.picture-container {
@apply overflow-x-hidden;
/* @apply overflow-x-hidden; */
img {
@apply rounded-3xl;
}
}
figcaption {
.legend,
.description {
@apply !text-base !text-neutral-600 font-medium;
}
ol {
@apply xl:grid grid-cols-2;
}