From 928ae92930a01392c762285b7f53b0486be48b19 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jul 2021 10:11:30 +0200 Subject: Fix a11y with recommended font-height for readability --- app/print.styl | 1 + 1 file changed, 1 insertion(+) (limited to 'app/print.styl') 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 { -- cgit v1.2.3