summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 18:25:55 +0200
commitb6326b1345023f9361236dc3f6c7193ec4e83042 (patch)
tree63eea63cf894340ef5817ede7499273d62ec0d76 /app/print.styl
parent3913b19fc08a459ec9ef8f1773ae0c335149a37b (diff)
Convert the summary section to BEM convention
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl15
1 files changed, 5 insertions, 10 deletions
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