diff options
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 16 |
1 files changed, 1 insertions, 15 deletions
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 |
