homegrade_theme_production/resources/css/components/section-titling.css

18 lines
253 B
CSS

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