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 { .homegrade-blocks-focused-schema {
figure.picture-container { figure.picture-container {
@apply overflow-x-hidden; /* @apply overflow-x-hidden; */
img { img {
@apply rounded-3xl; @apply rounded-3xl;
} }
} }
figcaption { figcaption {
.legend,
.description {
@apply !text-base !text-neutral-600 font-medium;
}
ol { ol {
@apply xl:grid grid-cols-2; @apply xl:grid grid-cols-2;
} }