summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-09 10:11:30 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-09 10:11:30 +0200
commit928ae92930a01392c762285b7f53b0486be48b19 (patch)
treefe64c72210aa37f41c74108f046eb1b6b21ad0de /app
parenta4f8964738f1b509c7964429480e0d3fe0f3b930 (diff)
Fix a11y with recommended font-height for readability
Diffstat (limited to 'app')
-rw-r--r--app/print.styl1
-rw-r--r--app/web.styl1
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 {