homegrade_theme_production/resources/css/blocks/vocabulaire-summary.css
2024-01-17 16:39:20 +01:00

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;
}
}