diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 00:49:58 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 00:49:58 +0200 |
| commit | 936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (patch) | |
| tree | 4cb9a8bfd65736f1f0f06ad24aeafa35e4d7eef8 /app/print.styl | |
| parent | 3455b28a2d83d4af43b5313991bc84e29bbd7395 (diff) | |
Convert the writing and projects section to use BEM
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/app/print.styl b/app/print.styl index 8642f61..c2173be 100644 --- a/app/print.styl +++ b/app/print.styl @@ -17,6 +17,8 @@ body { @require "stylesheets/print/header.styl" @require "stylesheets/print/summary.styl" @require "stylesheets/print/skills.styl" +@require "stylesheets/print/writing.styl" +@require "stylesheets/print/projects.styl" .work { // avoid page breaks inside a work experience section @@ -32,23 +34,6 @@ body { } } -.writing, .projects { - // avoid page breaks inside the writing and projects sections - page-break-inside: avoid - - article { - // title - h2 { - margin-top: 1.2em - } - - // description - p { - margin-bottom: -0.4em - } - } -} - .education { // avoid page breaks inside the education section page-break-inside: avoid |
