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:
-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 78cf8df..378680c 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 a70fb0e..588970c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -141,6 +141,7 @@ h1{
font-size: 3em;
margin-top: 0.5em;
margin-bottom: 0.8em;
+ line-height: 1.1;
}
h2{