fix(print): attemps to get a4 inside one page
This commit is contained in:
parent
96be27c51e
commit
f5cf96532e
1 changed files with 8 additions and 6 deletions
|
@ -84,8 +84,8 @@ echo <<<TEMPLATE
|
|||
grid-template-columns: repeat(2, minmax(50%, 50%));
|
||||
gap: 0;
|
||||
justify-content: center;
|
||||
width: 210mm;
|
||||
height: 297mm;
|
||||
width: 205mm;
|
||||
height: 295mm;
|
||||
border: 1px dotted #aaa;
|
||||
}
|
||||
.indications, .indications2 {
|
||||
|
@ -106,7 +106,7 @@ echo <<<TEMPLATE
|
|||
.left,
|
||||
.right {
|
||||
padding:8mm;
|
||||
height: 297mm;
|
||||
height: 285mm;
|
||||
position: relative;
|
||||
}
|
||||
.right {
|
||||
|
@ -277,9 +277,11 @@ margin-bottom: -7mm;
|
|||
#yw-main {
|
||||
padding: 0;
|
||||
}
|
||||
.indications img {
|
||||
width: 208mm;
|
||||
height: 295mm;
|
||||
.indications img,
|
||||
.indications2 img {
|
||||
width: 200mm;
|
||||
height: 286mm;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue