Skip to content

Commit

Permalink
attempt bogus value to see if there even any effect
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 authored Dec 26, 2023
1 parent 97a87d3 commit cf87ac6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1648,9 +1648,10 @@ <h1>Batch Card Printer</h1>
line-height: 0;
}
@media print{@page {
size: A4 landscape;
}}
@page {
size: 4.0in 25.5in;
margin: 0;
}
</style>`)
printer_card.appendChild(frag);
}
Expand Down

0 comments on commit cf87ac6

Please sign in to comment.