From 40abcb238c7e282e873a73cafb4e69c9a128e165 Mon Sep 17 00:00:00 2001 From: James Seden Smith Date: Wed, 3 May 2017 16:46:53 +0100 Subject: [PATCH] Fixed style sheet for linter --- md_pdf/assets/static/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }