14 lines
163 B
CSS
14 lines
163 B
CSS
@page {
|
|
size: A5;
|
|
margin: 1.5cm;
|
|
}
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 10pt;
|
|
line-height: 1.6;
|
|
}
|
|
h1 {
|
|
break-before: page;
|
|
}
|
|
|