Reduce text-lg and text-xl line-height

This commit is contained in:
Timothée Goguely 2025-09-18 11:21:10 +02:00
parent f0ae080cb3
commit b635d7b46b

View file

@ -31,11 +31,11 @@
}
.text-lg {
font-size: var(--text-lg); /* 24px */
line-height: 1.5; /* 36px */
line-height: 1.25; /* 30px */
}
.text-xl {
font-size: var(--text-xl); /* 32px */
line-height: 1.25; /* 40px */
line-height: 1; /* 32px */
}