From d2ae7fb89b94e725b74e7bd54ee4eb548783d044 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 12:05:25 +0200 Subject: Convert the education block to use BEM convention --- app/stylesheets/print/education.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/stylesheets/print/education.styl (limited to 'app/stylesheets/print') 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 +} -- cgit v1.2.3