diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-09 10:11:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-09 10:11:30 +0200 |
| commit | 928ae92930a01392c762285b7f53b0486be48b19 (patch) | |
| tree | fe64c72210aa37f41c74108f046eb1b6b21ad0de /app/print.styl | |
| parent | a4f8964738f1b509c7964429480e0d3fe0f3b930 (diff) | |
Fix a11y with recommended font-height for readability
Diffstat (limited to 'app/print.styl')
| -rw-r--r-- | app/print.styl | 1 |
1 files changed, 1 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 { |
