Skip to content

Commit 389bea8

Browse files
committed
Use both pretty and balance as available
1 parent de1fb54 commit 389bea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: assets/_common/styles/custom-styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ h1, h2, h3, h4, h5, h6 {
6363
}
6464

6565
h2, h3, h4, h5, h6 {
66-
// prevent orphans and not using the Chromium-only "pretty"
66+
// prevent orphans and use balance if pretty is not available
6767
text-wrap: balance;
68+
text-wrap: pretty;
6869
}
6970

7071
h2 {

0 commit comments

Comments
 (0)