aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Comment/Comment.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Comment/Comment.module.scss')
-rw-r--r--src/components/Comment/Comment.module.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Comment/Comment.module.scss b/src/components/Comment/Comment.module.scss
index 8f17bfa..46c0249 100644
--- a/src/components/Comment/Comment.module.scss
+++ b/src/components/Comment/Comment.module.scss
@@ -44,6 +44,10 @@
position: relative;
}
+.author {
+ text-align: center;
+}
+
.date {
color: var(--color-fg-secondary);
font-size: var(--font-size-sm);