aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/comment.module.scss')
-rw-r--r--src/components/organisms/layout/comment.module.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/components/organisms/layout/comment.module.scss b/src/components/organisms/layout/comment.module.scss
index f26b3fe..096f4c4 100644
--- a/src/components/organisms/layout/comment.module.scss
+++ b/src/components/organisms/layout/comment.module.scss
@@ -65,9 +65,14 @@
}
.form {
- margin-top: var(--spacing-sm);
+ &__wrapper {
+ margin-top: var(--spacing-sm);
+ }
- form > * {
- margin-inline: auto;
+ &__heading {
+ width: fit-content;
+ margin: 0 auto var(--spacing-md) auto;
}
+
+ margin-inline: auto;
}