summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl
index 0ef1da5..32c7c54 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -48,3 +48,16 @@ article {
margin-bottom: 0
}
}
+
+.work {
+ // avoid page breaks inside a work experience section
+ article {
+ page-break-inside: avoid
+ }
+
+ article > .info {
+ h2 {
+ margin-top: 0.8em
+ }
+ }
+}