homegrade_theme_production/resources/css/blocks/vocabulaire-summary.css

9 lines
162 B
CSS

.homegrade-blocks-vocabulaire-summary {
@apply bg-gray rounded-2xl p-12;
&__title,
h2 {
@apply text-3xl !text-black pb-6 font-bold my-0;
}
}