I need to print my CV but the old trick
isn\'t working anymore s
Adding a print media query worked for me. This is what I finally stumbled onto.
@media print { @page { size: 330mm 427mm; margin: 14mm; } .container { width: 1170px; } }