tune css for printing

This commit is contained in:
Cedric Girard 2019-10-03 17:24:58 +02:00
parent b3e30a9306
commit 280e07089c
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
1 changed files with 5 additions and 0 deletions

View File

@ -72,7 +72,12 @@ p {
}
section {
page-break-inside: avoid;
box-decoration-break: clone;
}
.item {
page-break-inside: avoid;
}
.main-wrapper section.section:first-of-type {
padding-top: 0;
}