From bc95f592ab3055e4c7cca615e44578e64366af46 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 10 May 2017 20:56:57 +0100 Subject: [PATCH] Set footer font size --- md_pdf/assets/static/style.scss | 7 ++++++- md_pdf/assets/templates/footer.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index 904d81f..3ef6a56 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -1,4 +1,5 @@ $image-spacing: 30px; +$font-size-base: 12px; body.cover { @@ -22,7 +23,7 @@ body.cover { body.content { line-height: 1.5; - font-size: 12px; + font-size: $font-size-base; img { margin-top: $image-spacing; @@ -45,3 +46,7 @@ body.content { page-break-after: avoid; } } + +body.footer { + font-size: $font-size-base; +} diff --git a/md_pdf/assets/templates/footer.html b/md_pdf/assets/templates/footer.html index 9b988e4..dc4ecf2 100644 --- a/md_pdf/assets/templates/footer.html +++ b/md_pdf/assets/templates/footer.html @@ -6,7 +6,7 @@ -
+ Page of