STYLE ajout de la propriété line-height pour les titres h3 dans le bloc de contenu

This commit is contained in:
Antoine M 2025-10-30 11:01:01 +01:00
parent e0c21fcc17
commit acb306a0f3

View File

@ -15,6 +15,7 @@ article > *:not(.entry-content),
h3 {
@apply text-lg;
line-height: 1.25;
}
p,