diff --git a/src/App.scss b/src/App.scss index 3aeb9dc..0e2f642 100644 --- a/src/App.scss +++ b/src/App.scss @@ -80,8 +80,8 @@ p { @media print { color: black; margin: 0.25rem auto; - font-size: 1rem; - line-height: 1.25rem; + font-size: 0.875rem; + line-height: 1rem; } } @@ -93,6 +93,9 @@ section { @media print { max-width: none; + page-break-inside: avoid; + margin: 0; + padding: 0; } } @@ -169,3 +172,7 @@ button.link { display: none; } } + +@page { + margin: 1cm; +} diff --git a/src/footer/Footer.tsx b/src/footer/Footer.tsx index 0988f16..fc8c726 100644 --- a/src/footer/Footer.tsx +++ b/src/footer/Footer.tsx @@ -62,8 +62,13 @@ export function Footer() { return (