Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-10 07:23:54 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 07:23:54 +0300
commit1cc7a0b43bbc01d8b444f65f3bb102e792ba63f1 (patch)
tree287ea9122c5e6e4863062571f0e28e169dd51727
parentf5a366fab74aeb0a69397a842ba8fa72655fb6cd (diff)
fixes for print generation
-rwxr-xr-xlayouts/partials/site-footer.html2
-rw-r--r--static/css/main.css6
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 @@
<div class="-text-center -print-hidden"><a href="assets/cv.pdf" class="download"><span class="download-icon"></span> Download this as a pdf <span class="-em-07 ">(generated using node-html-pdf)</span></a>
</div>
- <div class="-clearfix -text-center -print-only -p-top-1">
+ <div class="-clearfix -text-center -print-only -p-top-3">
<em>This was generated using node-html-pdf, and is rather static. <br/>Please check out the online version where possible. <a href="/urlhere">Url here.</a>
</em>
</div>
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{