diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:05:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 12:05:25 +0200 |
| commit | d2ae7fb89b94e725b74e7bd54ee4eb548783d044 (patch) | |
| tree | a58241329b24ced7e7950dde279070f15bd271f8 /app/print.styl | |
| parent | 936e7ebc1e581ec63bc4d4fbea8dd700ce8906de (diff) | |
Convert the education block to use BEM convention
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 |
