Transforming A4 to Letter page format
Hello Mert,
I tried to use your code to generate a letter page (216 x 280 mm).
It's not working as expected ...
Everything for this modification seemed to be in /assets/sass:
- _base.scss
- .resumeCanvas: width & height <-- I'm sure, if I need to change those values
- _print.css
- @page: letter instead of A4
- html, body:
- width: 216mm; instead of 210mm
- height: 280mm; instead of 297mm
Obviously, something is wrong on my end.