pakua-cambridge/print.css

18 lines
159 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;
}