9 lines
175 B
CSS
9 lines
175 B
CSS
.homegrade-blocks-vocabulaire-summary {
|
|
@apply bg-gray rounded-2xl p-6 py-10 md:p-12;
|
|
|
|
&__title,
|
|
h2 {
|
|
@apply text-3xl !text-black pb-6 font-bold my-0;
|
|
}
|
|
}
|