diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 23:12:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 23:12:33 +0200 |
| commit | 3455b28a2d83d4af43b5313991bc84e29bbd7395 (patch) | |
| tree | 61ce42059dbc633dfddedb43b4384bb7e60fcffb /app/print.styl | |
| parent | 39932dd71d54055692ba9985a233905f7066be7a (diff) | |
Convert the skills section to use BEM convention
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/app/print.styl b/app/print.styl index 86c20b8..8642f61 100644 --- a/app/print.styl +++ b/app/print.styl @@ -1,6 +1,6 @@ @page { - padding-left: 1cm - padding-right: 1cm + margin-left: 1cm + margin-right: 1cm padding-top: 1cm padding-bottom: 0.3cm } @@ -16,21 +16,7 @@ body { @require "stylesheets/print/header.styl" @require "stylesheets/print/summary.styl" - -.skills { - dl { - margin-top: 1.5em - } - dt { - min-width: 12% - } - - dd { - width: 80% - margin-left: 20px - margin-bottom: 0 - } -} +@require "stylesheets/print/skills.styl" .work { // avoid page breaks inside a work experience section |
