diff options
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl index a4198b2..df24033 100644 --- a/app/print.styl +++ b/app/print.styl @@ -1,8 +1,32 @@ +@page { + margin: 1cm 1.5cm +} + +main { + margin-left: 0 + margin-right: 0 +} + // Header section styling header { + font-size: 9pt + + // Name + h1 { + font-size: 26pt + margin-bottom: 0 + } + // Address/Contacts address { .tel { display: inline } .web { display: inline } } } + +.summary { + p { + margin-top: 2em + font-size: 10pt + } +} |
