From dde98b730b5ee7ebe36f5e3f0ee9dd437fa89eaa Mon Sep 17 00:00:00 2001 From: infidel Date: Sun, 10 Apr 2022 20:04:50 +0700 Subject: [PATCH] change main conent max-width and paddding for better pdf readability --- assets/css/template-styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 9d4c56e..8b65392 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -356,9 +356,9 @@ caption { margin-left: 15rem; } .main-and-footer > div { - max-width: 40rem; + max-width: 60rem; margin: 0 auto; - padding: 2.25rem; + padding: 3.25rem; } [role="contentinfo"] { font-size: 0.85rem;