added @page section to css
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user