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>2019-01-08 12:16:34 +0300
committercssandstuff <github@cssandstuff.com>2019-01-08 12:16:34 +0300
commit7224c641f8382f0348f2a4380f180e23bf8fcc22 (patch)
treee7c858dd5db34c017d6938e518fa1b72d02d8e5e
parent9a21e97cb8a2105c0ffce6edc774237acb793238 (diff)
readme changes and css tweak
-rw-r--r--README.md2
-rw-r--r--static/css/main.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a16eb56..efdab7e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This is a Simple one page CV template.
```
npm i html-pdf -g
```
-Copy ./generatepdf.js to the root of your hugo project.
+Copy /exampleSite/generatepdf.js to the root of your hugo project and then run the following command.
```
node ./generatepdf.js
```
diff --git a/static/css/main.css b/static/css/main.css
index 657a466..8f05924 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -139,6 +139,7 @@ h1{
font-size: 3em;
margin-top: 0.5em;
margin-bottom: 0.8em;
+ line-height: 1.1;
}
h2{