💄 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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 1024px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
@ -84,7 +89,23 @@ header {
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
text-align: right;
|
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