blob: 8fbfdfcaea8856776531f29ea61a3ec0baef9578 (
plain) (
tree)
|
|
/* mainly for pdf */
@media print {
html {
max-width: 85%;
margin-top: 0;
margin-bottom: 0;
}
h1,
h2,
h3,
h4 {
break-after: avoid;
}
}
@page {
size: A3 portrait;
margin-top: 4em;
margin-bottom: 4em;
@bottom-right-corner {
content: counter(page) '/' counter(pages);
margin-left: 1em;
}
}
body > ul > li {
break-inside: avoid;
}
ul:nth-of-type(1) {
margin-bottom: 1em;
}
.job-meta {
float: right;
}
|