16 lines
290 B
CSS
16 lines
290 B
CSS
.homegrade-blocks-figure {
|
|
@apply text-center;
|
|
&__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 mx-auto;
|
|
max-width: 250px;
|
|
}
|
|
}
|
|
}
|