From 3455b28a2d83d4af43b5313991bc84e29bbd7395 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 23:12:33 +0200 Subject: Convert the skills section to use BEM convention --- app/print.styl | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'app/print.styl') 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 -- cgit v1.2.3