Styling updates for monthly and weekly templates.

- Add page break before all h2 elements except the first one.
This commit is contained in:
Kumi 2023-09-30 18:49:41 +02:00
parent 05842e102a
commit 92cdf67db7
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,8 @@
}
h2 {
font-size: 32px;
}
h2:not(:first-of-type) {
page-break-before: always;
}
</style>

View file

@ -31,6 +31,8 @@
}
h2 {
font-size: 32px;
}
h2:not(:first-of-type) {
page-break-before: always;
}
</style>