From 1cc7a0b43bbc01d8b444f65f3bb102e792ba63f1 Mon Sep 17 00:00:00 2001 From: cssandstuff Date: Tue, 10 Jul 2018 16:23:54 +1200 Subject: fixes for print generation --- layouts/partials/site-footer.html | 2 +- static/css/main.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index bd88273..dfeb021 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -3,7 +3,7 @@
Download this as a pdf (generated using node-html-pdf)
-
+
This was generated using node-html-pdf, and is rather static.
Please check out the online version where possible. Url here.
diff --git a/static/css/main.css b/static/css/main.css index 2e9471a..6bb73d4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -329,8 +329,8 @@ ul li{ padding-right: 2em; } - .-p-top-1{ - padding-top: 1em; + .-p-top-3{ + padding-top: 3em; } .-print-only{ @@ -353,7 +353,7 @@ ul li{ } .main h2{ - margin: 2em 0 1em; + margin: 2em 0 0.4em; } .main h3{ -- cgit v1.2.3