feat(print): fix widowed headings

This commit is contained in:
Elian Doran 2025-02-01 19:16:22 +02:00
parent 2bb006d80e
commit 6ac868555f
No known key found for this signature in database

View File

@ -227,4 +227,9 @@ blockquote {
pre > code { pre > code {
widows: 6; widows: 6;
orphans: 6; orphans: 6;
}
h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
break-after: avoid;
} }