diff options
Diffstat (limited to 'src/app/components/post/post.component.html')
| -rw-r--r-- | src/app/components/post/post.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index 4d9fc64..7b8c1fa 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -35,7 +35,7 @@ </span> </summary> </section> - <section class="flex-row flexible-children justify-children-center"> + <section class="flex-row flexible-children justify-children-center flex-center-align-children"> <button class="padding-small lighter-hover click-effect border-radius-smaller" (click)="goToPostPage()"> <img src="/assets/icons/tabler-icon-message-2.svg"> Comment |
