diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/print.styl | 1 | ||||
| -rw-r--r-- | app/web.styl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl index c9dfb34..594ad24 100644 --- a/app/print.styl +++ b/app/print.styl @@ -5,6 +5,7 @@ body { font-size: 9pt + line-height: 1.3 } .section-header { diff --git a/app/web.styl b/app/web.styl index 3352eb5..34a7f53 100644 --- a/app/web.styl +++ b/app/web.styl @@ -20,6 +20,7 @@ body { min-width: 375px margin: 0 auto float: none + line-height: 1.5 } main { |
