aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/CommentsList/CommentsList.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CommentsList/CommentsList.module.scss')
-rw-r--r--src/components/CommentsList/CommentsList.module.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/CommentsList/CommentsList.module.scss b/src/components/CommentsList/CommentsList.module.scss
index 2358948..4971b15 100644
--- a/src/components/CommentsList/CommentsList.module.scss
+++ b/src/components/CommentsList/CommentsList.module.scss
@@ -1,5 +1,14 @@
@use "@styles/abstracts/placeholders";
+.title,
+.no-comments {
+ width: max-content;
+ margin-left: auto;
+ margin-right: auto;
+}
+
.list {
@extend %reset-ordered-list;
+
+ margin-bottom: var(--spacing-lg);
}