Add text-wrap: balance to all headings

This commit is contained in:
Kuba Orlik 2025-09-13 18:33:57 +02:00
parent c261aacef3
commit 0888f1d0c1

View File

@ -65,3 +65,13 @@ a {
.jdd-outer-container { .jdd-outer-container {
container-type: inline-size; container-type: inline-size;
} }
h1,
h2,
h3,
h4,
h5,
h6 {
text-wrap: pretty;
text-wrap: balance;
}