Everything looks good on my webpage.
For printing, my CSS adjusts the layout and section sizes.
Unfortunately, there is an issue with the print layout - there is a one-inch margin on the left side causing two elements to go off the page on the right.
I could try to condense the content on the right, but I'd prefer to reduce the left margin for a centered look.
Even though I have set the body tag for printing with margin:0;
and padding: 0;
, it doesn't seem to work. Is there another setting that controls print margins?