1
0
Fork 0
curriculum-vitae/assets/css/print.css

21 lines
204 B
CSS
Executable File

@page {
size: 8.5in 11in;
margin: 0.5in;
padding: 0;
@bottom-center {
content: counter(page);
}
}
body { margin: 0; }
article,
footer {
break-inside: avoid-page;
}
a:visited {
color: blue;
}