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%));
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue