Skip to content

Commit

Permalink
design: apply keep-all in content headings
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jun 15, 2024
1 parent 49c6ea7 commit c10193a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/prose.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
word-break: keep-all;
}

.content strong,
.content b {
font-weight: 700;
Expand Down

0 comments on commit c10193a

Please sign in to comment.