From a518844b005179623d0d7a31f45966cd8a6b8a96 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Thu, 27 Jun 2024 22:17:37 -0400 Subject: [PATCH] fix children indent --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index eae770e..ea50be5 100644 --- a/public/style.css +++ b/public/style.css @@ -281,7 +281,7 @@ form.savecomment { margin: 0px 0px 10px 20px; } .comment .children { - margin: 3px 0px 5px 21px; + margin: 3px 0px 5px 30px; } .savecomment textarea { margin: 5px 0px;