Skip to content

Commit

Permalink
fix: do not break page after h3's
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmrichter committed Apr 11, 2024
1 parent a2e67fe commit 7cefc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/themes/tyclipso/scss/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
font-size: 1.2rem !important;
}

h1, h2 {
h1, h2, h3 {
break-after: avoid-page !important;
}

Expand Down

0 comments on commit 7cefc4a

Please sign in to comment.