aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/src/app/components/post/post.component.css
diff options
context:
space:
mode:
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.css3
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 {