I have a problem with my css that is generating a mobile layout at the time of printing, I have a @media max-width
that makes my site responsive, however I would like to ignore it in @media print
and print only the desktop layout, would you have some way to do that?