handling legend and description
This commit is contained in:
parent
20c3366990
commit
05a7897b6f
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user