pakua-cambridge/print.css

22 lines
205 B
CSS
Raw Normal View History

@page {
margin: 0.5in;
size: A4;
}
html, body {
font-size: 10pt;
}
body {
max-width: 100%;
margin: 0;
}
th, td {
font-size: 9pt;
}
.pagebreak {
page-break-after: always;
}