diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 17:12:23 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 17:12:23 +0200 |
| commit | 3002de560f363886fddcfa5520ef5520bf78fcc8 (patch) | |
| tree | 409aea7fe1d3b4d0097c9a971da74ef1975f6f41 /src/app/components/post/post.component.html | |
| parent | 533bf3779ac4e4736320fdb5f23746cb5e765105 (diff) | |
| download | DevHive-Angular-3002de560f363886fddcfa5520ef5520bf78fcc8.tar DevHive-Angular-3002de560f363886fddcfa5520ef5520bf78fcc8.tar.gz DevHive-Angular-3002de560f363886fddcfa5520ef5520bf78fcc8.zip | |
Improved card (post) scaling, slight modifications of global styling
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 |
