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/print.styl | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index c2173be..5e3b05e 100644 --- a/app/print.styl +++ b/app/print.styl @@ -19,6 +19,7 @@ body { @require "stylesheets/print/skills.styl" @require "stylesheets/print/writing.styl" @require "stylesheets/print/projects.styl" +@require "stylesheets/print/education.styl" .work { // avoid page breaks inside a work experience section @@ -34,21 +35,6 @@ body { } } -.education { - // avoid page breaks inside the education section - page-break-inside: avoid - - article { - // remove the extra space added for the website - margin-bottom: 0 - - // title - h2 { - margin-top: 1.2em - } - } -} - footer { display: block position: fixed -- cgit v1.2.3