You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
263 B
CSS
16 lines
263 B
CSS
2 years ago
|
@media print {
|
||
|
|
||
|
@page {
|
||
|
size: 148mm 210mm;
|
||
|
margin-top: 20mm;
|
||
|
margin-bottom: 20mm;
|
||
|
bleed: 6mm;
|
||
|
marks: crop;
|
||
|
@bottom-center{
|
||
|
content: counter(page);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
img { max-width: 100% }
|
||
|
|
||
|
}
|