fixing title problem in press pages

This commit is contained in:
Antoine M 2023-11-27 13:07:42 +01:00
parent 197f6626d3
commit d02d7778c3

View File

@ -44,7 +44,7 @@
}
&__title {
@apply text-lg font-bold text-secondary mb-1;
line-height: 1.2;
@apply !text-lg font-bold text-secondary mb-1;
line-height: 1.2 !important;
}
}