summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print/work.styl
blob: 2b57f7439caca8f6f9a86da503f3a0d6552cdef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.work {
  margin-top: 75px
  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
  }
}