Skip to content

Commit

Permalink
fix(css): Set page size: auto instead of size: A4
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and backportbot[bot] committed Nov 4, 2024
1 parent 51d71ca commit fe14432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@media print {
@page {
size: A4;
size: auto;
margin: 2.5cm 2cm 2cm 2.5cm;
}

Expand Down

0 comments on commit fe14432

Please sign in to comment.