reducing block bottom padding

This commit is contained in:
Antoine M 2024-01-09 09:32:56 +01:00
parent 26b19d879d
commit 8b705c99a1

View File

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