From 78cb34ff39020eae71fbf72547bdbab2147bb4a5 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 2 Apr 2017 17:08:29 -0400 Subject: [PATCH] use em units in base css sheet so everything scales with font size --- resources/htmltopdf-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/htmltopdf-base.css b/resources/htmltopdf-base.css index d430812..ebeda32 100644 --- a/resources/htmltopdf-base.css +++ b/resources/htmltopdf-base.css @@ -19,7 +19,7 @@ table { } table td, table th { border: 1px solid #000; - padding: 0.01in 0.08in; + padding: 0.08em 0.5em; } table td { vertical-align: top;