summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print/work.styl
blob: 63368aeff1894f91d74d63d58a20a70db345e3b8 (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
  }
}