23 lines
468 B
CSS
23 lines
468 B
CSS
.homegrade-blocks-figure {
|
|
@apply text-left;
|
|
&__figure {
|
|
@apply font-bold !text-4xl text-slate-900 !mb-0;
|
|
}
|
|
&__title {
|
|
@apply text-secondary font-bold text-xl !mb-2;
|
|
}
|
|
&__caption {
|
|
p {
|
|
@apply !mb-0 w-fit;
|
|
max-width: 250px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-card--align-center .homegrade-blocks-figure {
|
|
@apply text-center;
|
|
}
|
|
.homegrade-blocks-card--align-right .homegrade-blocks-figure {
|
|
@apply text-right;
|
|
}
|