💄 Update print resume CSS and PDF
This commit is contained in:
parent
bc56a55a31
commit
ca19b4238c
2 changed files with 21 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue