From d44d3436e706a1be00860b03ae1271c49f39930c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 13:19:24 +0200 Subject: Convert the work experience to a BEM convention --- app/print.styl | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index 5e3b05e..5ce2c4d 100644 --- a/app/print.styl +++ b/app/print.styl @@ -17,24 +17,11 @@ body { @require "stylesheets/print/header.styl" @require "stylesheets/print/summary.styl" @require "stylesheets/print/skills.styl" +@require "stylesheets/print/work.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 - article { - page-break-inside: avoid - } - - article > .info { - // company - h2 { - margin-top: 0.8em - } - } -} - footer { display: block position: fixed -- cgit v1.2.3