adding responsive size for title

This commit is contained in:
Antoine M 2023-12-06 16:26:17 +01:00
parent 3e4f832273
commit 93be55c9f8

View File

@ -1,6 +1,6 @@
.questions-container-block {
@apply pb-12;
&__title {
@apply font-bold !text-black !text-4xl;
@apply font-bold !text-black text-2xl sm:text-3xl lg:!text-4xl leading-none;
}
}