How to use styles to fix the display of the document in the print preview in Mozilla? The document does not fit on the page.
Tried to fasten something like this, but does not help:
@-moz-document url-prefix() { @media print { .page { text-align: left; width: 700px; height: 900px; } }