summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print/work.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/print/work.styl')
-rw-r--r--app/stylesheets/print/work.styl12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/stylesheets/print/work.styl b/app/stylesheets/print/work.styl
index 4e8a9be..2b57f74 100644
--- a/app/stylesheets/print/work.styl
+++ b/app/stylesheets/print/work.styl
@@ -1,3 +1,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
+ }
+}