Add text-wrap: balance to all headings
This commit is contained in:
parent
c261aacef3
commit
0888f1d0c1
10
src/main.css
10
src/main.css
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user