add spacing on top of comments

This commit is contained in:
Christoph Haas 2024-12-23 18:36:47 +01:00
parent 3e06269d4a
commit 98b7d7a6a8

View file

@ -36,3 +36,8 @@ li > br {
text-wrap: wrap; text-wrap: wrap;
word-break: break-word; word-break: break-word;
} }
.comentario-root
{
margin-top: 5em;
}