fix(print): attemps to get a4 inside one page

This commit is contained in:
Florian Schmitt 2025-01-30 15:00:04 +03:00
parent 96be27c51e
commit f5cf96532e

View file

@ -84,8 +84,8 @@ echo <<<TEMPLATE
grid-template-columns: repeat(2, minmax(50%, 50%)); grid-template-columns: repeat(2, minmax(50%, 50%));
gap: 0; gap: 0;
justify-content: center; justify-content: center;
width: 210mm; width: 205mm;
height: 297mm; height: 295mm;
border: 1px dotted #aaa; border: 1px dotted #aaa;
} }
.indications, .indications2 { .indications, .indications2 {
@ -106,7 +106,7 @@ echo <<<TEMPLATE
.left, .left,
.right { .right {
padding:8mm; padding:8mm;
height: 297mm; height: 285mm;
position: relative; position: relative;
} }
.right { .right {
@ -277,9 +277,11 @@ margin-bottom: -7mm;
#yw-main { #yw-main {
padding: 0; padding: 0;
} }
.indications img { .indications img,
width: 208mm; .indications2 img {
height: 295mm; width: 200mm;
height: 286mm;
text-align:center;
} }
} }