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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-27 06:57:29 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-27 06:57:29 +0300
commitc9f3c49e6bc61f0066e883ed614221e1eeaf77a4 (patch)
tree67f5d4fb7ab93fade34c37b2c51732b512b67c7e /assets
parentce016996c1f9a53df3811fa85d0117d5ef204710 (diff)
Add summary to blog post listing
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 3ca5e3f..fdef350 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -30,6 +30,9 @@ blockquote {
.post-list {
font-size: 2em;
}
+.summary {
+ margin-bottom: 0.1em;
+}
/* post single */
.post-title {