diff options
Diffstat (limited to 'src/DevHive.Angular/src/app/components/post/post.component.css')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/post/post.component.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DevHive.Angular/src/app/components/post/post.component.css b/src/DevHive.Angular/src/app/components/post/post.component.css index 1d41398..e53eb2c 100644 --- a/src/DevHive.Angular/src/app/components/post/post.component.css +++ b/src/DevHive.Angular/src/app/components/post/post.component.css @@ -1,6 +1,7 @@ .post { display: flex; width: inherit; + margin: .5em 0; } /* Author */ @@ -14,8 +15,6 @@ width: 2.2em; height: 2.2em; margin-right: .2em; - border-radius: 50%; - object-fit: cover; } .author-info > .handle { |
