summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl
index 0d5915d..9c1ff49 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -76,3 +76,17 @@ article {
}
}
}
+
+.education {
+ article {
+ // title
+ h2 {
+ margin-top: 1.2em
+ }
+
+ // university/grade
+ p {
+ margin-bottom: -0.4em
+ }
+ }
+}