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