Add comments anchor

This commit is contained in:
Jake Howard 2024-06-28 17:56:36 +01:00
parent 872fd4fc82
commit ef7dd5f860
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
section.comments {
#comments {
margin-top: 2rem;
}

View File

@ -1,4 +1,4 @@
<section class="container comments">
<section class="container" id="comments">
<comentario-comments></comentario-comments>
</section>