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

34 lines
536 B
CSS

.section_titling {
@apply text-center pb-8;
&--left {
@apply text-left;
}
&__title {
@apply text-secondary
font-bold
text-xl
uppercase
pb-2
tracking-widest;
}
&.section_titling--left {
@apply bg-yellow-400;
}
&__subtitle {
@apply text-black
font-bold
max-w-3xl
mx-auto
text-4xl;
}
&__description {
@apply text-lg pt-4 max-w-3xl mx-auto;
}
}
.content-intertitle {
@apply text-secondary text-lg font-semibold pb-1;
}