aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page/post-page.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/post-page/post-page.component.html')
-rw-r--r--src/app/components/post-page/post-page.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post-page/post-page.component.html b/src/app/components/post-page/post-page.component.html
index 529d971..9858c76 100644
--- a/src/app/components/post-page/post-page.component.html
+++ b/src/app/components/post-page/post-page.component.html
@@ -11,7 +11,7 @@
</button>
</form>
<hr class="card-hr">
- <section class="margin-top-bigger">
+ <section>
<div class="comment" *ngFor="let comm of post?.comments">
<app-comment [paramId]="comm.id.toString()"></app-comment>
</div>