summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print/work.styl
blob: 19a1781fa0cbd13662a2381dc1c07e22c6ae65fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.work {
  margin-top: 100px
  margin-bottom: 180px
}

.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
  }
}