summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramzrk22020-04-14 11:16:16 +0800
committeramzrk22020-04-14 11:16:16 +0800
commitcd7817b05a3644ccd9d252ebbead6eae48e0eef2 (patch)
tree2f40b181c4d047e862eeb26ed5d54fbae26e4211
parentb2343edc52c1d6dc9b07accba756a08aba5e4e4f (diff)
downloadhugo-theme-fuji-cd7817b05a3644ccd9d252ebbead6eae48e0eef2.tar.gz
hugo-theme-fuji-cd7817b05a3644ccd9d252ebbead6eae48e0eef2.tar.bz2
hugo-theme-fuji-cd7817b05a3644ccd9d252ebbead6eae48e0eef2.zip
Add divider between comments & content
-rw-r--r--assets/sass/_list.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss
index 8e8b62f..d9bad6e 100644
--- a/assets/sass/_list.scss
+++ b/assets/sass/_list.scss
@@ -53,4 +53,8 @@
article {
padding-top: 1.5em;
padding-bottom: 1.5em;
+}
+
+#post-comment {
+ border-top: $spliter;
} \ No newline at end of file