summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 12:05:25 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 12:05:25 +0200
commitd2ae7fb89b94e725b74e7bd54ee4eb548783d044 (patch)
treea58241329b24ced7e7950dde279070f15bd271f8 /app/stylesheets/print
parent936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (diff)
Convert the education block to use BEM convention
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
+}