blob: 218986945605cdc2c6a5ceb074111086244462bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
.work {
margin-top: 24pt;
}
.work__header {
margin-bottom: 0.2rem;
}
.work__experience {
page-break-inside: avoid;
}
// Style the Company name links in the PDF with thicker underline
.job-position__company {
margin-top: 0.6rem;
font-size: 11pt;
a:link, a:visited, a:hover, a:active {
text-decoration-thickness: 1px;
}
}
.job-position__title,
.job-position__duration,
.job-position__location {
}
.note {
max-width: 100%;
}
.tasks {
max-width: 90%;
}
.footnote {
font-size: 7pt;
}
|