17 lines
243 B
CSS
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;
|
|
}
|
|
}
|