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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2017-12-07 12:59:08 +0300
committernodejh <jianghangscu@gmail.com>2017-12-07 12:59:08 +0300
commit8b2647b4f3e67ef2afa5106db9a6cd9fc4857f61 (patch)
treea6fb97a0f6544d1295336f789c99f6972a2b74c0 /static
parentb9a199180fd37443b0a405737538ad5b17ce91d6 (diff)
Support twitter card
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b8dd1d6..fb6c9e4 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -696,9 +696,11 @@ h2.month {
}
#post-list.archive.readmore {
- margin-top: 100px;
+ margin-top: 70px;
+}
+#post-list.archive.readmore li {
+ margin-bottom: 0px;
}
-
#post-list.archive.readmore h3 {
font: 400 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 30px;