Page breaks

This commit is contained in:
David Eisinger
2025-01-09 15:56:05 -05:00
parent bd969de994
commit 80e6e1b4da
2 changed files with 20 additions and 6 deletions

View File

@@ -238,4 +238,18 @@ audio::-webkit-media-controls-panel {
content: " (" attr(href) ")";
font-size: 0.8em;
}
h2,
h3,
hr {
page-break-after: avoid;
}
li {
page-break-inside: avoid;
}
.page-break {
page-break-after: always;
}
}