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,
|
||||
.indications2 img {
|
||||
width: 208mm;
|
||||
height: 295mm;
|
||||
width: 200mm;
|
||||
height: 286mm;
|
||||
text-align:center;
|
||||
}
|
||||
.left,
|
||||
|
|
Loading…
Add table
Reference in a new issue