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

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;
}