fix(print): smaller images for indications
This commit is contained in:
parent
ac591c34ba
commit
96be27c51e
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ echo <<<TEMPLATE
|
||||||
}
|
}
|
||||||
.indications img,
|
.indications img,
|
||||||
.indications2 img {
|
.indications2 img {
|
||||||
width: 208mm;
|
width: 200mm;
|
||||||
height: 295mm;
|
height: 286mm;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
.left,
|
.left,
|
||||||
|
|
Loading…
Add table
Reference in a new issue