Remove arbitrary h2 sibiling page breaks

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-27 16:52:37 +04:00
parent 2c3261354d
commit 7dcfa90672

View File

@@ -181,14 +181,6 @@
font-style: italic;
}
/* Force page breaks at strategic points */
.document-content h2:nth-of-type(3),
.document-content h2:nth-of-type(5),
.document-content h2:nth-of-type(7),
.document-content h2:nth-of-type(9) {
page-break-before: always;
}
/* Signatures section */
.signatures-section {
margin-top: 30px;