From da35ba574506c57a7f2fdc5ee5e6a3e2f095e32b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 10 May 2017 18:42:36 +0100 Subject: [PATCH] Style image more --- md_pdf/assets/static/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index 419f740..92b0380 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -1,3 +1,6 @@ +$image_spacing: 30px; + + body.cover { margin: 0 auto; text-align: center; @@ -17,8 +20,6 @@ body.cover { } -$image_spacing: 30px; - body.content { line-height: 1.5; font-size: 12px; @@ -29,7 +30,7 @@ body.content { } p.caption { - margin: 0 5px $image_spacing; + margin: 1px 5px $image_spacing; padding: 0; font-style: italic; }