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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <me@nanx.me>2020-11-23 01:38:00 +0300
committerNan Xiao <me@nanx.me>2020-11-23 01:38:00 +0300
commit3a05891b6f39fe1cd1dfb541b899ddde47c60f7c (patch)
treeb7400b64c7aac1f3e5a6df95147054a31ad33bf8
parent52e850ecd28b69c7c6702dfd7270ce5b0f169a98 (diff)
add screenshots
-rw-r--r--README.md2
-rw-r--r--images/screenshot.pngbin0 -> 286025 bytes
-rw-r--r--images/tn.pngbin0 -> 129712 bytes
-rw-r--r--static/css/custom.css3
4 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b5f925..63c65fb 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This theme is built on Bootstrap 4. The original layout is ported and modified f
- Twitter Cards meta tags
- Zero web tracking by default
-![Screenshot](https://github.com/nanxstats/hugo-tanka/blob/master/images/hugo-tanka-theme-screenshot.png)
+![Screenshot](https://github.com/nanxstats/hugo-tanka/blob/master/images/screenshot.png)
## Installation
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..6dbe4ae
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..2b1ece4
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/static/css/custom.css b/static/css/custom.css
index 860a396..42d874e 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -66,6 +66,9 @@ hr {
.header ul.nav li {
font-size: 1rem;
+}
+
+.header ul.nav {
margin-bottom: 5rem;
}