diff options
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 |
