From 6a4815ba774910253a75cc1ba555ab6f42c20978 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 11 May 2017 09:02:01 +0100 Subject: [PATCH] Move cover title up --- md_pdf/assets/static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index 5d1cfc1..bf57eaa 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -7,7 +7,7 @@ body.cover { text-align: center; & h1 { - padding-top: 400px; + padding-top: 300px; font-size: 48px; }