Tweak stylesheet

This commit is contained in:
Anthony Rose 2025-03-03 22:35:35 +00:00
parent 9fa980c2e4
commit 1814e655ea

View file

@ -10,7 +10,11 @@ cat << __EOF__
<head>
<meta charset="utf-8">
<title>$1</title>
<style>body{font-family:sans-serif;font-size:12pt;margin:auto;width:160mm;}</style>
<style>
body{font-family:sans-serif;font-size:12pt;margin:auto;width:160mm;}
@media screen{article{margin-bottom:100mm;}}
@media print{article{break-after:page;}}
</style>
</head>
<body>
__EOF__