Skip to content

Commit

Permalink
apply word-break: auto-phrase for .prose > h2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Dec 31, 2023
1 parent 8dd0bf1 commit 123b52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/components/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
line-height: theme(lineHeight.tight);
font-kerning: normal;
font-feature-settings: 'palt';
word-break: auto-phrase;
}

h3 {
Expand Down

0 comments on commit 123b52d

Please sign in to comment.