homegrade_theme_production/resources/css/components/section-titling.css
2023-05-10 11:42:44 +02:00

17 lines
243 B
CSS

.section_titling {
@apply text-center pb-8;
&__title {
@apply text-secondary
font-bold
text-xl
uppercase
tracking-widest;
}
&__subtitle {
@apply text-black
font-bold
text-4xl;
}
}