From 830aa2cfab6d61fe00d6545aaa371a8ce11365cf Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 9 May 2023 18:08:32 -0700 Subject: [PATCH] PDF font size tweaks. --- resources/docs_custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/docs_custom.css b/resources/docs_custom.css index a08e5ff..63cb1a9 100644 --- a/resources/docs_custom.css +++ b/resources/docs_custom.css @@ -5,7 +5,7 @@ background-color: #fdfdfd; } body { margin: 0 auto; -max-width: 36em; +max-width: 50em; padding-left: 50px; padding-right: 50px; padding-top: 50px; @@ -14,10 +14,11 @@ hyphens: auto; overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; +font-size: 0.75em; } @media (max-width: 600px) { body { -font-size: 0.9em; +font-size: 90%; padding: 12px; } h1 {