diff --git a/src/kalente/templates/monthly.html b/src/kalente/templates/monthly.html index 01d71fc..9288f85 100644 --- a/src/kalente/templates/monthly.html +++ b/src/kalente/templates/monthly.html @@ -41,6 +41,8 @@ } h2 { font-size: 32px; + } + h2:not(:first-of-type) { page-break-before: always; } diff --git a/src/kalente/templates/weekly.html b/src/kalente/templates/weekly.html index e164d1e..92abd70 100644 --- a/src/kalente/templates/weekly.html +++ b/src/kalente/templates/weekly.html @@ -31,6 +31,8 @@ } h2 { font-size: 32px; + } + h2:not(:first-of-type) { page-break-before: always; }