6 lines
89 B
CSS
6 lines
89 B
CSS
.questions-container-block {
|
|
h2 {
|
|
@apply font-bold text-black text-4xl;
|
|
}
|
|
}
|