summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/print.styl6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl
index b65082c..cf29210 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -68,6 +68,9 @@ article {
}
.writing, .projects {
+ // avoid page breaks inside the writing and projects sections
+ page-break-inside: avoid
+
article {
// title
h2 {
@@ -82,6 +85,9 @@ article {
}
.education {
+ // avoid page breaks inside the education section
+ page-break-inside: avoid
+
article {
// remove the extra space added for the website
margin-bottom: 0