diff options
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/app/print.styl b/app/print.styl index 331d791..0ef1da5 100644 --- a/app/print.styl +++ b/app/print.styl @@ -2,18 +2,18 @@ margin: 1cm 1.5cm } -main { +body { margin-left: 0 margin-right: 0 + font-size: 9pt } // Header section styling header { - font-size: 9pt // Name h1 { - font-size: 26pt + font-size: 27pt margin-bottom: 0 } @@ -24,15 +24,27 @@ header { } } +article { + h1 { + font-size: 18pt + margin-bottom: -0.5em + } +} + .summary { p { margin-top: 2em - font-size: 10pt } } -article { - h1 { - font-size: 18pt +.skills { + dt { + min-width: 12% + } + + dd { + width: 80% + margin-left: 20px + margin-bottom: 0 } } |
