summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-06 22:36:02 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-06 22:36:02 +0200
commit1c3ce08c5c918eb55166d173cf79e15fe00973c9 (patch)
tree7f15f118dd3dc998096fc96123e9f5e62867743b /app/print.styl
parent11363adc5ec5fefb35d8aa43d691b3265cde22de (diff)
Finish the styling of the work Experience section
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
+ }
+ }
+}