changed min-width properties for the generated pdf

This commit is contained in:
Luis Aleixo 2021-08-25 09:19:20 +02:00
parent 7bd0851397
commit 2fe067a562

View file

@ -4,7 +4,6 @@
bottom: 20px;
right: 20px;
padding: 20px;
min-width: 1200px;
}
h1 {
@ -99,6 +98,9 @@ p.notes {
}
@media (width: 1200px) {
#body {
min-width: 1200px;
}
/* CSS styling to avoid page breaks. */
.break-avoid {
page-break-inside: avoid;