summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_work.scss
blob: 9495eb064869c6d0d057c8df639208f99f777754 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.work {
  margin-top: 75px;
}

.work__experience {
  page-break-inside: avoid;
}

// Style the Company name links in the PDF with thicker underline
.job-position__company {
  a:link, a:visited, a:hover, a:active {
    text-decoration-thickness: 2px;
  }
}