diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 11:10:58 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 11:10:58 +0200 |
| commit | 9794489573eaa3cd8bdc853c9d67db5145e22fe4 (patch) | |
| tree | c3451e3a5109fdb375607a13fdfad4a792c32b80 /src/app/components/post/post.component.html | |
| parent | 6ef0be3bb1f9e28dffb653011e0f3555a22b7051 (diff) | |
| download | DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.tar DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.tar.gz DevHive-Angular-9794489573eaa3cd8bdc853c9d67db5145e22fe4.zip | |
Major rework of post attachment 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 a966d00..133b747 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -13,7 +13,7 @@ @{{ user.userName }} </span> </summary> - <article class="message"> + <article class="message margin-top-bot-small"> {{ post.message }} </article> <section class="flex-row flexible-children"> |
