diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:43:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 23:11:44 +0200 |
| commit | 39932dd71d54055692ba9985a233905f7066be7a (patch) | |
| tree | 02ef5fa64167ae86bd7c1d599ee93c1aff4035d6 /app/print.styl | |
| parent | d73707ba7ba1bbcd7baf25fe0a9217fb40890c90 (diff) | |
Add the section-header component style
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app/print.styl b/app/print.styl index 426ea64..86c20b8 100644 --- a/app/print.styl +++ b/app/print.styl @@ -9,16 +9,14 @@ body { font-size: 9pt } +.section-header { + font-size: 18pt + margin-bottom: -0.6em +} + @require "stylesheets/print/header.styl" @require "stylesheets/print/summary.styl" -article { - h1 { - font-size: 18pt - margin-bottom: -0.5em - } -} - .skills { dl { margin-top: 1.5em |
