Skip to content

Commit

Permalink
css page need to be encased in media?
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 authored Dec 26, 2023
1 parent 30e204b commit 97a87d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1648,9 +1648,9 @@ <h1>Batch Card Printer</h1>
line-height: 0;
}
@page {
@media print{@page {
size: A4 landscape;
}
}}
</style>`)
printer_card.appendChild(frag);
}
Expand Down

0 comments on commit 97a87d3

Please sign in to comment.