Some updates #8

Merged
Benjamin merged 8 commits from responsivness into master 2023-02-05 18:21:54 +00:00
Showing only changes of commit d66da677a6 - Show all commits

12
cv.html
View file

@ -75,14 +75,20 @@
}
@media print {
body {
max-width: 72ch;
html, body {
max-width: initial;
font-size: 10pt;
background-color: #ffffff;
}
body,
a {
color: black;
color: #000000;
}
@page {
margin: 25mm;
size: A4;
}
}