diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index 458b7d6..d158fa2 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -6,14 +6,17 @@ body.cover { padding-top: 400px; font-size: 48px; } + & h3 { font-size: 36px; } + & h4 { font-size: 18px; } } + body, html { - font-size: 12px; line-height: 1.5; + font-size: 12px; }