From 44cd81ea70960bb6fc7290d94f77fb0b467aa4ab Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 22 Jul 2024 04:10:43 +0300 Subject: [PATCH] Fix comment content being too close to timestamp --- sass/_comments.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/_comments.scss b/sass/_comments.scss index f1e93ec..ddc9711 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -133,8 +133,13 @@ main { grid-area: post; + margin-top: 1rem; - p:last-child { + :first-child { + margin-top: 0; + } + + :last-child { margin-bottom: 0; } }