blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 787b58da346734a9b667ef0ee88e4355620e43b0
parent f97417b21b32e2503e0c778b4f8772210f84dd96
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 11:57:54 -0600

Adjust margin for comments

Diffstat:
Mlayouts/partials/css/custom.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -25,3 +25,7 @@ textarea {
 ::placeholder {
     color: var(--text-color);
 }
+
+#comments div {
+    margin: 1em 0 1em 0;
+}