@media print {
    @page {size: a4 landscape}
    
    body,html {
        min-width: max-content;
        max-width: max-content;
    }
}
