💄 Update print resume CSS and PDF

This commit is contained in:
Dan Jones 2025-11-22 16:31:35 -06:00
commit ca19b4238c
2 changed files with 21 additions and 0 deletions

View file

@ -9,6 +9,11 @@
display: none;
}
body {
max-width: 1024px;
margin: 0 auto;
}
a {
text-decoration: none;
color: inherit;
@ -84,7 +89,23 @@ header {
&:nth-child(even) {
text-align: right;
font-size: 9pt;
}
}
}
}
#workhistory {
ul.history {
li.job {
p.title {
.work-dates {
float: right;
}
}
.tech {
font-style: italic;
}
}
}
}

Binary file not shown.