Styling updates for monthly and weekly templates.
- Add page break before all h2 elements except the first one.
This commit is contained in:
parent
05842e102a
commit
92cdf67db7
2 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
}
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
}
|
||||
h2:not(:first-of-type) {
|
||||
page-break-before: always;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
}
|
||||
h2 {
|
||||
font-size: 32px;
|
||||
}
|
||||
h2:not(:first-of-type) {
|
||||
page-break-before: always;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue