diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:19:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:19:24 +0200 |
| commit | d44d3436e706a1be00860b03ae1271c49f39930c (patch) | |
| tree | 73ffa72307c131f0a3674f143a54d0718effe7b2 /app/print.styl | |
| parent | 34eff40627683a108324ddc03e6bee2cc9b7ab5a (diff) | |
Convert the work experience to a BEM convention
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 15 |
1 files changed, 1 insertions, 14 deletions
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 |
