From 98b7d7a6a80461a2dd16a207a9517c844ad2a8ba Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 23 Dec 2024 18:36:47 +0100 Subject: [PATCH] add spacing on top of comments --- src/styles/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/custom.css b/src/styles/custom.css index c26330c..2fded72 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -36,3 +36,8 @@ li > br { text-wrap: wrap; word-break: break-word; } + +.comentario-root +{ + margin-top: 5em; +} \ No newline at end of file