diff options
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl index 32c7c54..0d5915d 100644 --- a/app/print.styl +++ b/app/print.styl @@ -56,8 +56,23 @@ article { } article > .info { + // company h2 { margin-top: 0.8em } } } + +.writing, .projects { + article { + // title + h2 { + margin-top: 1.2em + } + + // description + p { + margin-bottom: -0.4em + } + } +} |
