summaryrefslogtreecommitdiffstats
path: root/app/print.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl21
1 files changed, 2 insertions, 19 deletions
diff --git a/app/print.styl b/app/print.styl
index c28d6f4..043e442 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -1,32 +1,15 @@
@page {
margin-left: 1cm
margin-right: 1cm
- margin-top: 1.5cm
+ margin-top: 1cm
margin-bottom: 0.3cm
}
body {
- margin-left: 0
- margin-right: 0
font-size: 9pt
}
-// Header section styling
-header {
-
- // Name
- h1 {
- font-size: 27pt
- margin-top: 0.2em
- margin-bottom: 0
- }
-
- // Address/Contacts
- address {
- .tel { display: inline }
- .web { display: inline }
- }
-}
+@require "stylesheets/print/header.styl"
article {
h1 {