added @page section to css

This commit is contained in:
2026-01-27 15:24:01 -07:00
parent 50a8281508
commit 21591fe61b
+4
View File
@@ -4,6 +4,10 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>{{ name }}</title> <title>{{ name }}</title>
<style> <style>
@page {
size: letter;
margin: 0.75in;
}
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
max-width: 100ch; /* 100 characters max width */ max-width: 100ch; /* 100 characters max width */