summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/print')
-rw-r--r--app/stylesheets/print/education.styl10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/stylesheets/print/education.styl b/app/stylesheets/print/education.styl
new file mode 100644
index 0000000..c3d6fd8
--- /dev/null
+++ b/app/stylesheets/print/education.styl
@@ -0,0 +1,10 @@
+.education {
+ // avoid page breaks inside the education section
+ page-break-inside: avoid
+ // remove the extra space added for the website
+ margin-bottom: 0
+}
+
+.education__details {
+ margin-top: 0.3em
+}