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