7 lines
156 B
CSS
7 lines
156 B
CSS
.questions-container-block {
|
|
/* @apply pb-6; */
|
|
&__title {
|
|
@apply font-bold !text-black text-2xl sm:text-3xl lg:!text-4xl leading-none;
|
|
}
|
|
}
|