style: add margin between comments and divider

This commit is contained in:
httpjamesm 2022-12-28 22:55:30 -05:00
parent 599d23544b
commit 1d2e98e4c1
2 changed files with 5 additions and 2 deletions

View file

@ -47,7 +47,7 @@
</div>
<div class="card-body">{{ .body }}</div>
</div>
<hr />
<hr class="post-divider" />
<h2>Answers</h2>
{{ range $answer := .answers }}
<div class="answer">{{ $answer }}</div>