diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-06 00:13:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-06 00:13:26 +0200 |
| commit | 3cac6a33aad67bdad0a3b8129a3056263cd35bed (patch) | |
| tree | 4301e436fc86541d360290ecfe9d73fbd1b04c1a /app/print.styl | |
| parent | 618c3013df8d73a1dadc612b959b97bddf3c26ef (diff) | |
Style the skills section
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 } } |
