From b6326b1345023f9361236dc3f6c7193ec4e83042 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:25:55 +0200 Subject: Convert the summary section to BEM convention --- app/print.styl | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index 043e442..426ea64 100644 --- a/app/print.styl +++ b/app/print.styl @@ -1,8 +1,8 @@ @page { - margin-left: 1cm - margin-right: 1cm - margin-top: 1cm - margin-bottom: 0.3cm + padding-left: 1cm + padding-right: 1cm + padding-top: 1cm + padding-bottom: 0.3cm } body { @@ -10,6 +10,7 @@ body { } @require "stylesheets/print/header.styl" +@require "stylesheets/print/summary.styl" article { h1 { @@ -18,12 +19,6 @@ article { } } -.summary { - p { - margin-top: 2em - } -} - .skills { dl { margin-top: 1.5em -- cgit v1.2.3